#B5B524

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

Shades of Earls Green #B5B524

Tints of Earls Green #B5B524

Color information

#B5B524 (or 0xB5B524) is unknown color: approx Earls Green. HEX triplet: B5, B5 and 24. RGB value is (181,181,36). Sum of RGB (Red+Green+Blue) = 181+181+36=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 36 (14.45% from 255 or 9.05% from 398); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B524 is #4A4ADB. Grayscale: #A5A5A5. Windows color (decimal): -4868828 or 2405813. OLE color: 2405813.

HSL color Cylindrical-coordinate representation of color #B5B524: hue angle of 60º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5B524 is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB18118136-
CMYK000.800.29
HSL60º66.82%42.55%-
HSV(B)60º80.11%70.98%-
XYZ35.9438.08-
YUV164.4755.5139.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.48%
GREEN value IS 181 (71.09% from 255) = 45.48%
BLUE value IS 36 (14.45% from 255) = 9.05%
R=45.48%
G=45.48%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18118136000.800.296066.8242.55
HexB5B52400501D3c432b
Octal2652654400120357410353
Binary1011010110110101100100001010000111011111001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B524; }

 p { color: rgb(181,181,36); }

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

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

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

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

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

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

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