Shades of Earls Green #B4B328
Tints of Earls Green #B4B328
RGB
CMYK
RGB Variations
Color information
#B4B328 (or 0xB4B328) is known color: Earls Green. HEX triplet: B4, B3 and 28. RGB value is (180,179,40). Sum of RGB (Red+Green+Blue) = 180+179+40=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 40 (16.02% from 255 or 10.03% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B328 is #4B4CD7. Grayscale: #A4A4A4. Windows color (decimal): -4934872 or 2667444. OLE color: 2667444.
HSL color Cylindrical-coordinate representation of color #B4B328: hue angle of 59.57º 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 #B4B328 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 179 | 40 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.29 |
| HSL | 59.57º | 0.64% | 0.43% | - |
| HSV(B) | 59.57º | 0.78% | 0.71% | - |
| XYZ | 35.33 | 42.1 | 8.27 | - |
| YUV | 163.45 | 58.33 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 179 | 40 | 0 | 0.01 | 0.78 | 0.29 | 59.57 | 0.64 | 0.43 |
| Hex | B4 | B3 | 28 | 0 | 1 | 4E | 1D | 3C | 40 | 2B |
| Octal | 264 | 263 | 50 | 0 | 1 | 116 | 35 | 74 | 100 | 53 |
| Binary | 10110100 | 10110011 | 101000 | 0 | 1 | 1001110 | 11101 | 111100 | 1000000 | 101011 |
Color Harmonies of #B4B328
Complementary color
Monochromatic Colors of #B4B328
Black with #B4B328
Text Example
Text Example
White with #B4B328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B328; }
p { color: rgb(180,179,40); }
H1.HeaderClassName
{
color: #B4B328;
}
.AnyTagClassName
{
color: #B4B328;
}
</style>
background-color css
<style>
a { background-color: #B4B328; }
a { background-color: rgb(180,179,40); }
div.DivClassName
{
background-color: #B4B328;
}
.BgClassName
{
background-color: #B4B328;
}
</style>
border-color css
<style>
span { border-color: #B4B328; }
span { border-color: rgb(180,179,40); }
td.TdClassName
{
border-color: #B4B328;
}
.TagClassName
{
border-color: #B4B328;
}
</style>