#B9B422

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

Shades of Earls Green #B9B422

Tints of Earls Green #B9B422

Color information

#B9B422 (or 0xB9B422) is unknown color: approx Earls Green. HEX triplet: B9, B4 and 22. RGB value is (185,180,34). Sum of RGB (Red+Green+Blue) = 185+180+34=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B422 is #464BDD. Grayscale: #A5A5A5. Windows color (decimal): -4606942 or 2274489. OLE color: 2274489.

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

Color convert

RGB18518034-
CMYK00.030.820.27
HSL58.01º68.95%42.94%-
HSV(B)58.01º81.62%72.55%-
XYZ36.6243.077.9-
YUV164.8554.16142.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.37%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 34 (13.67% from 255) = 8.52%
R=46.37%
G=45.11%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851803400.030.820.2758.0168.9542.94
HexB9B42203521B3a452b
Octal2712644203122337210553
Binary10111001101101001000100111010010110111110101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B422; }

 p { color: rgb(185,180,34); }

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

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

 a { background-color: rgb(185,180,34); }

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

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

 span { border-color: rgb(185,180,34); }

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