#B9B31F

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

Shades of Earls Green #B9B31F

Tints of Earls Green #B9B31F

Color information

#B9B31F (or 0xB9B31F) is unknown color: approx Earls Green. HEX triplet: B9, B3 and 1F. RGB value is (185,179,31). Sum of RGB (Red+Green+Blue) = 185+179+31=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 31 (12.5% from 255 or 7.85% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B31F is #464CE0. Grayscale: #A4A4A4. Windows color (decimal): -4607201 or 2077625. OLE color: 2077625.

HSL color Cylindrical-coordinate representation of color #B9B31F: hue angle of 57.66º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9B31F is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB18517931-
CMYK00.030.830.27
HSL57.66º71.3%42.35%-
HSV(B)57.66º83.24%72.55%-
XYZ36.3842.657.61-
YUV163.9252.99143.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 179 (70.31% from 255) = 45.32%
BLUE value IS 31 (12.5% from 255) = 7.85%
R=46.84%
G=45.32%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851793100.030.830.2757.6671.342.35
HexB9B31F03531B3a472a
Octal2712633703123337210752
Binary1011100110110011111110111010011110111110101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B31F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B31F; }

 p { color: rgb(185,179,31); }

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

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

 a { background-color: rgb(185,179,31); }

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

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

 span { border-color: rgb(185,179,31); }

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