Shades of Earls Green #B2B428
Tints of Earls Green #B2B428
RGB
CMYK
RGB Variations
Color information
#B2B428 (or 0xB2B428) is known color: Earls Green. HEX triplet: B2, B4 and 28. RGB value is (178,180,40). Sum of RGB (Red+Green+Blue) = 178+180+40=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B428 is #4D4BD7. Grayscale: #A4A4A4. Windows color (decimal): -5065688 or 2667698. OLE color: 2667698.
HSL color Cylindrical-coordinate representation of color #B2B428: hue angle of 60.86º 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 #B2B428 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 180 | 40 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.29 |
| HSL | 60.86º | 0.64% | 0.43% | - |
| HSV(B) | 60.86º | 0.78% | 0.71% | - |
| XYZ | 35.06 | 42.26 | 8.32 | - |
| YUV | 163.44 | 58.34 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 40 | 0.01 | 0 | 0.78 | 0.29 | 60.86 | 0.64 | 0.43 |
| Hex | B2 | B4 | 28 | 1 | 0 | 4E | 1D | 3D | 40 | 2B |
| Octal | 262 | 264 | 50 | 1 | 0 | 116 | 35 | 75 | 100 | 53 |
| Binary | 10110010 | 10110100 | 101000 | 1 | 0 | 1001110 | 11101 | 111101 | 1000000 | 101011 |
Color Harmonies of #B2B428
Complementary color
Monochromatic Colors of #B2B428
Black with #B2B428
Text Example
Text Example
White with #B2B428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B428; }
p { color: rgb(178,180,40); }
H1.HeaderClassName
{
color: #B2B428;
}
.AnyTagClassName
{
color: #B2B428;
}
</style>
background-color css
<style>
a { background-color: #B2B428; }
a { background-color: rgb(178,180,40); }
div.DivClassName
{
background-color: #B2B428;
}
.BgClassName
{
background-color: #B2B428;
}
</style>
border-color css
<style>
span { border-color: #B2B428; }
span { border-color: rgb(178,180,40); }
td.TdClassName
{
border-color: #B2B428;
}
.TagClassName
{
border-color: #B2B428;
}
</style>