#BBAD22

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

Shades of Earls Green #BBAD22

Tints of Earls Green #BBAD22

Color information

#BBAD22 (or 0xBBAD22) is unknown color: approx Earls Green. HEX triplet: BB, AD and 22. RGB value is (187,173,34). Sum of RGB (Red+Green+Blue) = 187+173+34=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 34 (13.67% from 255 or 8.63% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAD22 is #4452DD. Grayscale: #A1A1A1. Windows color (decimal): -4477662 or 2272699. OLE color: 2272699.

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

Color convert

RGB18717334-
CMYK00.070.820.27
HSL54.51º69.23%43.33%-
HSV(B)54.51º81.82%73.33%-
XYZ35.7340.577.46-
YUV161.3456.14146.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.46%
GREEN value IS 173 (67.97% from 255) = 43.91%
BLUE value IS 34 (13.67% from 255) = 8.63%
R=47.46%
G=43.91%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871733400.070.820.2754.5169.2343.33
HexBBAD2207521B37452b
Octal2732554207122336710553
Binary101110111010110110001001111010010110111101111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD22; }

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

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

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

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

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

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

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

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