Shades of Earls Green #B8B428
Tints of Earls Green #B8B428
RGB
CMYK
RGB Variations
Color information
#B8B428 (or 0xB8B428) is known color: Earls Green. HEX triplet: B8, B4 and 28. RGB value is (184,180,40). Sum of RGB (Red+Green+Blue) = 184+180+40=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B428 is #474BD7. Grayscale: #A5A5A5. Windows color (decimal): -4672472 or 2667704. OLE color: 2667704.
HSL color Cylindrical-coordinate representation of color #B8B428: hue angle of 58.33º 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 #B8B428 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 180 | 40 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.28 |
| HSL | 58.33º | 0.64% | 0.44% | - |
| HSV(B) | 58.33º | 0.78% | 0.72% | - |
| XYZ | 36.47 | 42.99 | 8.38 | - |
| YUV | 165.24 | 57.33 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 180 | 40 | 0 | 0.02 | 0.78 | 0.28 | 58.33 | 0.64 | 0.44 |
| Hex | B8 | B4 | 28 | 0 | 2 | 4E | 1C | 3A | 40 | 2C |
| Octal | 270 | 264 | 50 | 0 | 2 | 116 | 34 | 72 | 100 | 54 |
| Binary | 10111000 | 10110100 | 101000 | 0 | 10 | 1001110 | 11100 | 111010 | 1000000 | 101100 |
Color Harmonies of #B8B428
Complementary color
Monochromatic Colors of #B8B428
Black with #B8B428
Text Example
Text Example
White with #B8B428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B428; }
p { color: rgb(184,180,40); }
H1.HeaderClassName
{
color: #B8B428;
}
.AnyTagClassName
{
color: #B8B428;
}
</style>
background-color css
<style>
a { background-color: #B8B428; }
a { background-color: rgb(184,180,40); }
div.DivClassName
{
background-color: #B8B428;
}
.BgClassName
{
background-color: #B8B428;
}
</style>
border-color css
<style>
span { border-color: #B8B428; }
span { border-color: rgb(184,180,40); }
td.TdClassName
{
border-color: #B8B428;
}
.TagClassName
{
border-color: #B8B428;
}
</style>