#b5b529

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

Shades of Earls Green #B5B529

Tints of Earls Green #B5B529

Color information

#B5B529 (or 0xB5B529) is unknown color: approx Earls Green. HEX triplet: B5, B5 and 29. RGB value is (181,181,41). Sum of RGB (Red+Green+Blue) = 181+181+41=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 41 (16.41% from 255 or 10.17% from 403); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B529 is #4A4AD6. Grayscale: #A5A5A5. Windows color (decimal): -4868823 or 2733493. OLE color: 2733493.

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

Color convert

RGB18118141-
CMYK000.770.29
HSL60º63.06%43.53%-
HSV(B)60º77.35%70.98%-
XYZ35.9843.038.51-
YUV165.0458139.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.91%
GREEN value IS 181 (71.09% from 255) = 44.91%
BLUE value IS 41 (16.41% from 255) = 10.17%
R=44.91%
G=44.91%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18118141000.770.296063.0643.53
HexB5B529004D1D3c3f2c
Octal265265510011535747754
Binary101101011011010110100100100110111101111100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5b529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5b529; }

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

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

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

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

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

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

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

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