#8db92e

Color #8DB92E Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #8DB92E

Tints of Limerick #8DB92E

Color information

#8DB92E (or 0x8DB92E) is unknown color: approx Limerick. HEX triplet: 8D, B9 and 2E. RGB value is (141,185,46). Sum of RGB (Red+Green+Blue) = 141+185+46=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 185 (72.66% from 255 or 49.73% from 372); Blue value is 46 (18.36% from 255 or 12.37% from 372); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB92E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB92E is #7246D1. Grayscale: #9C9C9C. Windows color (decimal): -7489234 or 3062157. OLE color: 3062157.

HSL color Cylindrical-coordinate representation of color #8DB92E: hue angle of 78.99º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8DB92E is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB14118546-
CMYK0.2400.750.27
HSL78.99º60.17%45.29%-
HSV(B)78.99º75.14%72.55%-
XYZ28.8340.568.89-
YUV15665.92117.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 37.90%
GREEN value IS 185 (72.66% from 255) = 49.73%
BLUE value IS 46 (18.36% from 255) = 12.37%
R=37.90%
G=49.73%
B=12.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141185460.2400.750.2778.9960.1745.29
Hex8DB92E1804B1B4f3c2d
Octal21527156300113331177455
Binary10001101101110011011101100001001011110111001111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8db92e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8db92e; }

 p { color: rgb(141,185,46); }

 H1.HeaderClassName
 {
   color: #8db92e;
 }
 .AnyTagClassName
 {
   color: #8db92e;
 }
</style>
background-color css

<style>
 a { background-color: #8db92e; }

 a { background-color: rgb(141,185,46); }

 div.DivClassName
 {
   background-color: #8db92e;
 }
 .BgClassName
 {
   background-color: #8db92e;
 }
</style>
border-color css

<style>
 span { border-color: #8db92e; }

 span { border-color: rgb(141,185,46); }

 td.TdClassName
 {
   border-color: #8db92e;
 }
 .TagClassName
 {
   border-color: #8db92e;
 }
</style>