Shades of Earls Green #B4B728
Tints of Earls Green #B4B728
RGB
CMYK
RGB Variations
Color information
#B4B728 (or 0xB4B728) is known color: Earls Green. HEX triplet: B4, B7 and 28. RGB value is (180,183,40). Sum of RGB (Red+Green+Blue) = 180+183+40=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 40 (16.02% from 255 or 9.93% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B728 is #4B48D7. Grayscale: #A6A6A6. Windows color (decimal): -4933848 or 2668468. OLE color: 2668468.
HSL color Cylindrical-coordinate representation of color #B4B728: hue angle of 61.26º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4B728 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 183 | 40 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.28 |
| HSL | 61.26º | 0.64% | 0.44% | - |
| HSV(B) | 61.26º | 0.78% | 0.72% | - |
| XYZ | 36.14 | 43.72 | 8.54 | - |
| YUV | 165.8 | 57.01 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 183 | 40 | 0.02 | 0 | 0.78 | 0.28 | 61.26 | 0.64 | 0.44 |
| Hex | B4 | B7 | 28 | 2 | 0 | 4E | 1C | 3D | 40 | 2C |
| Octal | 264 | 267 | 50 | 2 | 0 | 116 | 34 | 75 | 100 | 54 |
| Binary | 10110100 | 10110111 | 101000 | 10 | 0 | 1001110 | 11100 | 111101 | 1000000 | 101100 |
Color Harmonies of #B4B728
Complementary color
Monochromatic Colors of #B4B728
Black with #B4B728
Text Example
Text Example
White with #B4B728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B728; }
p { color: rgb(180,183,40); }
H1.HeaderClassName
{
color: #B4B728;
}
.AnyTagClassName
{
color: #B4B728;
}
</style>
background-color css
<style>
a { background-color: #B4B728; }
a { background-color: rgb(180,183,40); }
div.DivClassName
{
background-color: #B4B728;
}
.BgClassName
{
background-color: #B4B728;
}
</style>
border-color css
<style>
span { border-color: #B4B728; }
span { border-color: rgb(180,183,40); }
td.TdClassName
{
border-color: #B4B728;
}
.TagClassName
{
border-color: #B4B728;
}
</style>