Shades of Earls Green #B5B32D
Tints of Earls Green #B5B32D
RGB
CMYK
RGB Variations
Color information
#B5B32D (or 0xB5B32D) is known color: Earls Green. HEX triplet: B5, B3 and 2D. RGB value is (181,179,45). Sum of RGB (Red+Green+Blue) = 181+179+45=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B32D is #4A4CD2. Grayscale: #A4A4A4. Windows color (decimal): -4869331 or 2995125. OLE color: 2995125.
HSL color Cylindrical-coordinate representation of color #B5B32D: hue angle of 59.12º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5B32D is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 179 | 45 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.29 |
| HSL | 59.12º | 0.6% | 0.44% | - |
| HSV(B) | 59.12º | 0.75% | 0.71% | - |
| XYZ | 35.65 | 42.25 | 8.76 | - |
| YUV | 164.32 | 60.66 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 179 | 45 | 0 | 0.01 | 0.75 | 0.29 | 59.12 | 0.6 | 0.44 |
| Hex | B5 | B3 | 2D | 0 | 1 | 4B | 1D | 3B | 3C | 2C |
| Octal | 265 | 263 | 55 | 0 | 1 | 113 | 35 | 73 | 74 | 54 |
| Binary | 10110101 | 10110011 | 101101 | 0 | 1 | 1001011 | 11101 | 111011 | 111100 | 101100 |
Color Harmonies of #B5B32D
Complementary color
Monochromatic Colors of #B5B32D
Black with #B5B32D
Text Example
Text Example
White with #B5B32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B32D; }
p { color: rgb(181,179,45); }
H1.HeaderClassName
{
color: #B5B32D;
}
.AnyTagClassName
{
color: #B5B32D;
}
</style>
background-color css
<style>
a { background-color: #B5B32D; }
a { background-color: rgb(181,179,45); }
div.DivClassName
{
background-color: #B5B32D;
}
.BgClassName
{
background-color: #B5B32D;
}
</style>
border-color css
<style>
span { border-color: #B5B32D; }
span { border-color: rgb(181,179,45); }
td.TdClassName
{
border-color: #B5B32D;
}
.TagClassName
{
border-color: #B5B32D;
}
</style>