#B9B624

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

Shades of Earls Green #B9B624

Tints of Earls Green #B9B624

Color information

#B9B624 (or 0xB9B624) is unknown color: approx Earls Green. HEX triplet: B9, B6 and 24. RGB value is (185,182,36). Sum of RGB (Red+Green+Blue) = 185+182+36=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 182 (71.48% from 255 or 45.16% from 403); Blue value is 36 (14.45% from 255 or 8.93% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B624 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B624 is #4649DB. Grayscale: #A6A6A6. Windows color (decimal): -4606428 or 2406073. OLE color: 2406073.

HSL color Cylindrical-coordinate representation of color #B9B624: hue angle of 58.79º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9B624 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB18518236-
CMYK00.020.810.27
HSL58.79º67.42%43.33%-
HSV(B)58.79º80.54%72.55%-
XYZ37.0543.98.19-
YUV166.2554.49141.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.91%
GREEN value IS 182 (71.48% from 255) = 45.16%
BLUE value IS 36 (14.45% from 255) = 8.93%
R=45.91%
G=45.16%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851823600.020.810.2758.7967.4243.33
HexB9B62402511B3b432b
Octal2712664402121337310353
Binary10111001101101101001000101010001110111110111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B624; }

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

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

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

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

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

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

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

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