#BBAB22

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

Shades of Earls Green #BBAB22

Tints of Earls Green #BBAB22

Color information

#BBAB22 (or 0xBBAB22) is unknown color: approx Earls Green. HEX triplet: BB, AB and 22. RGB value is (187,171,34). Sum of RGB (Red+Green+Blue) = 187+171+34=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 34 (13.67% from 255 or 8.67% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB22 is #4454DD. Grayscale: #A0A0A0. Windows color (decimal): -4478174 or 2272187. OLE color: 2272187.

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

Color convert

RGB18717134-
CMYK00.090.820.27
HSL53.73º69.23%43.33%-
HSV(B)53.73º81.82%73.33%-
XYZ35.3539.817.33-
YUV160.1756.8147.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.70%
GREEN value IS 171 (67.19% from 255) = 43.62%
BLUE value IS 34 (13.67% from 255) = 8.67%
R=47.70%
G=43.62%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871713400.090.820.2753.7369.2343.33
HexBBAB2209521B36452b
Octal27325342011122336610553
Binary1011101110101011100010010011010010110111101101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB22; }

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

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

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

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

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

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

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

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