#BBAA2A

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

Shades of Earls Green #BBAA2A

Tints of Earls Green #BBAA2A

Color information

#BBAA2A (or 0xBBAA2A) is unknown color: approx Earls Green. HEX triplet: BB, AA and 2A. RGB value is (187,170,42). Sum of RGB (Red+Green+Blue) = 187+170+42=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA2A is #4455D5. Grayscale: #A1A1A1. Windows color (decimal): -4478422 or 2796219. OLE color: 2796219.

HSL color Cylindrical-coordinate representation of color #BBAA2A: hue angle of 52.97º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBAA2A is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB18717042-
CMYK00.090.780.27
HSL52.97º63.32%44.9%-
HSV(B)52.97º77.54%73.33%-
XYZ35.2939.487.95-
YUV160.4961.13146.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 170 (66.80% from 255) = 42.61%
BLUE value IS 42 (16.80% from 255) = 10.53%
R=46.87%
G=42.61%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871704200.090.780.2752.9763.3244.9
HexBBAA2A094E1B353f2d
Octal2732525201111633657755
Binary101110111010101010101001001100111011011110101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA2A; }

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

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

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

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

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

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

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

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