#8DBB16

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

Shades of Limerick #8DBB16

Tints of Limerick #8DBB16

Color information

#8DBB16 (or 0x8DBB16) is unknown color: approx Limerick. HEX triplet: 8D, BB and 16. RGB value is (141,187,22). Sum of RGB (Red+Green+Blue) = 141+187+22=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 187 (73.44% from 255 or 53.43% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBB16 is #7244E9. Grayscale: #9B9B9B. Windows color (decimal): -7488746 or 1489805. OLE color: 1489805.

HSL color Cylindrical-coordinate representation of color #8DBB16: hue angle of 76.73º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8DBB16 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB14118722-
CMYK0.2500.880.27
HSL76.73º78.95%40.98%-
HSV(B)76.73º88.24%73.33%-
XYZ28.941.267.2-
YUV154.4453.26118.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.29%
GREEN value IS 187 (73.44% from 255) = 53.43%
BLUE value IS 22 (8.98% from 255) = 6.29%
R=40.29%
G=53.43%
B=6.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141187220.2500.880.2776.7378.9540.98
Hex8DBB16190581B4d4f29
Octal215273263101303311511751
Binary10001101101110111011011001010110001101110011011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBB16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,187,22); }

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

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

 a { background-color: rgb(141,187,22); }

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

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

 span { border-color: rgb(141,187,22); }

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