Shades of Earls Green #B4B528
Tints of Earls Green #B4B528
RGB
CMYK
RGB Variations
Color information
#B4B528 (or 0xB4B528) is known color: Earls Green. HEX triplet: B4, B5 and 28. RGB value is (180,181,40). Sum of RGB (Red+Green+Blue) = 180+181+40=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 181 - color contains mainly: green. Hex color #B4B528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B528 is #4B4AD7. Grayscale: #A5A5A5. Windows color (decimal): -4934360 or 2667956. OLE color: 2667956.
HSL color Cylindrical-coordinate representation of color #B4B528: hue angle of 60.43º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4B528 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 181 | 40 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.29 |
| HSL | 60.43º | 0.64% | 0.43% | - |
| HSV(B) | 60.43º | 0.78% | 0.71% | - |
| XYZ | 35.73 | 42.9 | 8.41 | - |
| YUV | 164.63 | 57.67 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 181 | 40 | 0.01 | 0 | 0.78 | 0.29 | 60.43 | 0.64 | 0.43 |
| Hex | B4 | B5 | 28 | 1 | 0 | 4E | 1D | 3C | 40 | 2B |
| Octal | 264 | 265 | 50 | 1 | 0 | 116 | 35 | 74 | 100 | 53 |
| Binary | 10110100 | 10110101 | 101000 | 1 | 0 | 1001110 | 11101 | 111100 | 1000000 | 101011 |
Color Harmonies of #B4B528
Complementary color
Monochromatic Colors of #B4B528
Black with #B4B528
Text Example
Text Example
White with #B4B528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B528; }
p { color: rgb(180,181,40); }
H1.HeaderClassName
{
color: #B4B528;
}
.AnyTagClassName
{
color: #B4B528;
}
</style>
background-color css
<style>
a { background-color: #B4B528; }
a { background-color: rgb(180,181,40); }
div.DivClassName
{
background-color: #B4B528;
}
.BgClassName
{
background-color: #B4B528;
}
</style>
border-color css
<style>
span { border-color: #B4B528; }
span { border-color: rgb(180,181,40); }
td.TdClassName
{
border-color: #B4B528;
}
.TagClassName
{
border-color: #B4B528;
}
</style>