#B9B622

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

Shades of Earls Green #B9B622

Tints of Earls Green #B9B622

Color information

#B9B622 (or 0xB9B622) is unknown color: approx Earls Green. HEX triplet: B9, B6 and 22. RGB value is (185,182,34). Sum of RGB (Red+Green+Blue) = 185+182+34=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 182 (71.48% from 255 or 45.39% from 401); Blue value is 34 (13.67% from 255 or 8.48% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B622 is #4649DD. Grayscale: #A6A6A6. Windows color (decimal): -4606430 or 2275001. OLE color: 2275001.

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

Color convert

RGB18518234-
CMYK00.020.820.27
HSL58.81º68.95%42.94%-
HSV(B)58.81º81.62%72.55%-
XYZ37.0243.898.03-
YUV166.0253.49141.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 182 (71.48% from 255) = 45.39%
BLUE value IS 34 (13.67% from 255) = 8.48%
R=46.13%
G=45.39%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851823400.020.820.2758.8168.9542.94
HexB9B62202521B3b452b
Octal2712664202122337310553
Binary10111001101101101000100101010010110111110111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B622; }

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

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

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

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

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

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

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

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