#BBA122

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

Shades of Earls Green #BBA122

Tints of Earls Green #BBA122

Color information

#BBA122 (or 0xBBA122) is unknown color: approx Earls Green. HEX triplet: BB, A1 and 22. RGB value is (187,161,34). Sum of RGB (Red+Green+Blue) = 187+161+34=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 34 (13.67% from 255 or 8.90% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA122 is #445EDD. Grayscale: #9A9A9A. Windows color (decimal): -4480734 or 2269627. OLE color: 2269627.

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

Color convert

RGB18716134-
CMYK00.140.820.27
HSL49.8º69.23%43.33%-
HSV(B)49.8º81.82%73.33%-
XYZ33.5336.176.73-
YUV154.360.11151.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.95%
GREEN value IS 161 (63.28% from 255) = 42.15%
BLUE value IS 34 (13.67% from 255) = 8.90%
R=48.95%
G=42.15%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871613400.140.820.2749.869.2343.33
HexBBA1220E521B32452b
Octal27324142016122336210553
Binary1011101110100001100010011101010010110111100101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA122; }

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

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

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

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

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

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

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

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