#BBB222

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

Shades of Earls Green #BBB222

Tints of Earls Green #BBB222

Color information

#BBB222 (or 0xBBB222) is unknown color: approx Earls Green. HEX triplet: BB, B2 and 22. RGB value is (187,178,34). Sum of RGB (Red+Green+Blue) = 187+178+34=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB222 is #444DDD. Grayscale: #A4A4A4. Windows color (decimal): -4476382 or 2273979. OLE color: 2273979.

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

Color convert

RGB18717834-
CMYK00.050.820.27
HSL56.47º69.23%43.33%-
HSV(B)56.47º81.82%73.33%-
XYZ36.742.527.79-
YUV164.2854.48144.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 178 (69.92% from 255) = 44.61%
BLUE value IS 34 (13.67% from 255) = 8.52%
R=46.87%
G=44.61%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871783400.050.820.2756.4769.2343.33
HexBBB22205521B38452b
Octal2732624205122337010553
Binary101110111011001010001001011010010110111110001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB222; }

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

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

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

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

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

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

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

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