#BBAA27

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

Shades of Earls Green #BBAA27

Tints of Earls Green #BBAA27

Color information

#BBAA27 (or 0xBBAA27) is unknown color: approx Earls Green. HEX triplet: BB, AA and 27. RGB value is (187,170,39). Sum of RGB (Red+Green+Blue) = 187+170+39=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 39 (15.62% from 255 or 9.85% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA27 is #4455D8. Grayscale: #A0A0A0. Windows color (decimal): -4478425 or 2599611. OLE color: 2599611.

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

Color convert

RGB18717039-
CMYK00.090.790.27
HSL53.11º65.49%44.31%-
HSV(B)53.11º79.14%73.33%-
XYZ35.2339.467.68-
YUV160.1559.63147.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.22%
GREEN value IS 170 (66.80% from 255) = 42.93%
BLUE value IS 39 (15.62% from 255) = 9.85%
R=47.22%
G=42.93%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871703900.090.790.2753.1165.4944.31
HexBBAA27094F1B35412c
Octal27325247011117336510154
Binary1011101110101010100111010011001111110111101011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA27; }

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

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

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

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

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

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

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

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