#8BB612

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

Shades of Limerick #8BB612

Tints of Limerick #8BB612

Color information

#8BB612 (or 0x8BB612) is unknown color: approx Limerick. HEX triplet: 8B, B6 and 12. RGB value is (139,182,18). Sum of RGB (Red+Green+Blue) = 139+182+18=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 182 (71.48% from 255 or 53.69% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 182 - color contains mainly: green. Hex color #8BB612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BB612 is #7449ED. Grayscale: #979797. Windows color (decimal): -7621102 or 1226379. OLE color: 1226379.

HSL color Cylindrical-coordinate representation of color #8BB612: hue angle of 75.73º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8BB612 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB13918218-
CMYK0.2400.900.29
HSL75.73º82%39.22%-
HSV(B)75.73º90.11%71.37%-
XYZ27.4838.996.65-
YUV150.4553.25119.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.00%
GREEN value IS 182 (71.48% from 255) = 53.69%
BLUE value IS 18 (7.42% from 255) = 5.31%
R=41.00%
G=53.69%
B=5.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal139182180.2400.900.2975.738239.22
Hex8BB6121805A1D4c5227
Octal213266223001323511412247
Binary10001011101101101001011000010110101110110011001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,182,18); }

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

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

 a { background-color: rgb(139,182,18); }

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

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

 span { border-color: rgb(139,182,18); }

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