Shades of Earls Green #B8B728
Tints of Earls Green #B8B728
RGB
CMYK
RGB Variations
Color information
#B8B728 (or 0xB8B728) is known color: Earls Green. HEX triplet: B8, B7 and 28. RGB value is (184,183,40). Sum of RGB (Red+Green+Blue) = 184+183+40=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B728 is #4748D7. Grayscale: #A7A7A7. Windows color (decimal): -4671704 or 2668472. OLE color: 2668472.
HSL color Cylindrical-coordinate representation of color #B8B728: hue angle of 59.58º 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 #B8B728 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 183 | 40 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.28 |
| HSL | 59.58º | 0.64% | 0.44% | - |
| HSV(B) | 59.58º | 0.78% | 0.72% | - |
| XYZ | 37.08 | 44.21 | 8.59 | - |
| YUV | 167 | 56.33 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 183 | 40 | 0 | 0.01 | 0.78 | 0.28 | 59.58 | 0.64 | 0.44 |
| Hex | B8 | B7 | 28 | 0 | 1 | 4E | 1C | 3C | 40 | 2C |
| Octal | 270 | 267 | 50 | 0 | 1 | 116 | 34 | 74 | 100 | 54 |
| Binary | 10111000 | 10110111 | 101000 | 0 | 1 | 1001110 | 11100 | 111100 | 1000000 | 101100 |
Color Harmonies of #B8B728
Complementary color
Monochromatic Colors of #B8B728
Black with #B8B728
Text Example
Text Example
White with #B8B728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B728; }
p { color: rgb(184,183,40); }
H1.HeaderClassName
{
color: #B8B728;
}
.AnyTagClassName
{
color: #B8B728;
}
</style>
background-color css
<style>
a { background-color: #B8B728; }
a { background-color: rgb(184,183,40); }
div.DivClassName
{
background-color: #B8B728;
}
.BgClassName
{
background-color: #B8B728;
}
</style>
border-color css
<style>
span { border-color: #B8B728; }
span { border-color: rgb(184,183,40); }
td.TdClassName
{
border-color: #B8B728;
}
.TagClassName
{
border-color: #B8B728;
}
</style>