#BBAB12

Color #BBAB12 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #BBAB12

Tints of Earls Green #BBAB12

Color information

#BBAB12 (or 0xBBAB12) is unknown color: approx Earls Green. HEX triplet: BB, AB and 12. RGB value is (187,171,18). Sum of RGB (Red+Green+Blue) = 187+171+18=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAB12 is #4454ED. Grayscale: #9E9E9E. Windows color (decimal): -4478190 or 1223611. OLE color: 1223611.

HSL color Cylindrical-coordinate representation of color #BBAB12: hue angle of 54.32º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBAB12 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB18717118-
CMYK00.090.900.27
HSL54.32º82.44%40.2%-
HSV(B)54.32º90.37%73.33%-
XYZ35.1739.736.39-
YUV158.3448.8148.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.73%
GREEN value IS 171 (67.19% from 255) = 45.48%
BLUE value IS 18 (7.42% from 255) = 4.79%
R=49.73%
G=45.48%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871711800.090.900.2754.3282.4440.2
HexBBAB12095A1B365228
Octal27325322011132336612250
Binary101110111010101110010010011011010110111101101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB12; }

 p { color: rgb(187,171,18); }

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

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

 a { background-color: rgb(187,171,18); }

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

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

 span { border-color: rgb(187,171,18); }

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