#B9B621

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

Shades of Earls Green #B9B621

Tints of Earls Green #B9B621

Color information

#B9B621 (or 0xB9B621) is unknown color: approx Earls Green. HEX triplet: B9, B6 and 21. RGB value is (185,182,33). Sum of RGB (Red+Green+Blue) = 185+182+33=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 182 (71.48% from 255 or 45.5% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B621 is #4649DE. Grayscale: #A6A6A6. Windows color (decimal): -4606431 or 2209465. OLE color: 2209465.

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

Color convert

RGB18518233-
CMYK00.020.820.27
HSL58.82º69.72%42.75%-
HSV(B)58.82º82.16%72.55%-
XYZ37.0143.887.96-
YUV165.9152.99141.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.25%
GREEN value IS 182 (71.48% from 255) = 45.5%
BLUE value IS 33 (13.28% from 255) = 8.25%
R=46.25%
G=45.5%
B=8.25%

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
Decimal1851823300.020.820.2758.8269.7242.75
HexB9B62102521B3b462b
Octal2712664102122337310653
Binary10111001101101101000010101010010110111110111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B621; }

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

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

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

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

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

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

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

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