#BBAA12

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

Shades of Earls Green #BBAA12

Tints of Earls Green #BBAA12

Color information

#BBAA12 (or 0xBBAA12) is unknown color: approx Earls Green. HEX triplet: BB, AA and 12. RGB value is (187,170,18). Sum of RGB (Red+Green+Blue) = 187+170+18=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAA12 is #4455ED. Grayscale: #9E9E9E. Windows color (decimal): -4478446 or 1223355. OLE color: 1223355.

HSL color Cylindrical-coordinate representation of color #BBAA12: hue angle of 53.96º 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 #BBAA12 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB18717018-
CMYK00.090.900.27
HSL53.96º82.44%40.2%-
HSV(B)53.96º90.37%73.33%-
XYZ34.9839.366.33-
YUV157.7549.13148.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.87%
GREEN value IS 170 (66.80% from 255) = 45.33%
BLUE value IS 18 (7.42% from 255) = 4.8%
R=49.87%
G=45.33%
B=4.8%

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
Decimal1871701800.090.900.2753.9682.4440.2
HexBBAA12095A1B365228
Octal27325222011132336612250
Binary101110111010101010010010011011010110111101101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA12; }

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

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

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

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

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

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

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

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