#BBAA2E

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

Shades of Earls Green #BBAA2E

Tints of Earls Green #BBAA2E

Color information

#BBAA2E (or 0xBBAA2E) is unknown color: approx Earls Green. HEX triplet: BB, AA and 2E. RGB value is (187,170,46). Sum of RGB (Red+Green+Blue) = 187+170+46=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA2E is #4455D1. Grayscale: #A1A1A1. Windows color (decimal): -4478418 or 3058363. OLE color: 3058363.

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

Color convert

RGB18717046-
CMYK00.090.750.27
HSL52.77º60.52%45.69%-
HSV(B)52.77º75.4%73.33%-
XYZ35.3639.518.35-
YUV160.9563.13146.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.40%
GREEN value IS 170 (66.80% from 255) = 42.18%
BLUE value IS 46 (18.36% from 255) = 11.41%
R=46.40%
G=42.18%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871704600.090.750.2752.7760.5245.69
HexBBAA2E094B1B353d2e
Octal2732525601111333657556
Binary101110111010101010111001001100101111011110101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA2E; }

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

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

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

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

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

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

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

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