#B5B120

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

Shades of Earls Green #B5B120

Tints of Earls Green #B5B120

Color information

#B5B120 (or 0xB5B120) is unknown color: approx Earls Green. HEX triplet: B5, B1 and 20. RGB value is (181,177,32). Sum of RGB (Red+Green+Blue) = 181+177+32=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B120 is #4A4EDF. Grayscale: #A2A2A2. Windows color (decimal): -4869856 or 2142645. OLE color: 2142645.

HSL color Cylindrical-coordinate representation of color #B5B120: hue angle of 58.39º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B5B120 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB18117732-
CMYK00.020.820.29
HSL58.39º69.95%41.76%-
HSV(B)58.39º82.32%70.98%-
XYZ35.0441.377.51-
YUV161.6754.83141.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.41%
GREEN value IS 177 (69.53% from 255) = 45.38%
BLUE value IS 32 (12.89% from 255) = 8.21%
R=46.41%
G=45.38%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811773200.020.820.2958.3969.9541.76
HexB5B12002521D3a462a
Octal2652614002122357210652
Binary10110101101100011000000101010010111011110101000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B120; }

 p { color: rgb(181,177,32); }

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

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

 a { background-color: rgb(181,177,32); }

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

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

 span { border-color: rgb(181,177,32); }

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