Shades of Earls Green #B4B12A
Tints of Earls Green #B4B12A
RGB
CMYK
RGB Variations
Color information
#B4B12A (or 0xB4B12A) is known color: Earls Green. HEX triplet: B4, B1 and 2A. RGB value is (180,177,42). Sum of RGB (Red+Green+Blue) = 180+177+42=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B12A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B12A is #4B4ED5. Grayscale: #A3A3A3. Windows color (decimal): -4935382 or 2798004. OLE color: 2798004.
HSL color Cylindrical-coordinate representation of color #B4B12A: hue angle of 58.7º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B4B12A is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 177 | 42 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.29 |
| HSL | 58.7º | 0.62% | 0.44% | - |
| HSV(B) | 58.7º | 0.77% | 0.71% | - |
| XYZ | 34.96 | 41.31 | 8.32 | - |
| YUV | 162.51 | 59.99 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 177 | 42 | 0 | 0.02 | 0.77 | 0.29 | 58.7 | 0.62 | 0.44 |
| Hex | B4 | B1 | 2A | 0 | 2 | 4D | 1D | 3B | 3E | 2C |
| Octal | 264 | 261 | 52 | 0 | 2 | 115 | 35 | 73 | 76 | 54 |
| Binary | 10110100 | 10110001 | 101010 | 0 | 10 | 1001101 | 11101 | 111011 | 111110 | 101100 |
Color Harmonies of #B4B12A
Complementary color
Monochromatic Colors of #B4B12A
Black with #B4B12A
Text Example
Text Example
White with #B4B12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B12A; }
p { color: rgb(180,177,42); }
H1.HeaderClassName
{
color: #B4B12A;
}
.AnyTagClassName
{
color: #B4B12A;
}
</style>
background-color css
<style>
a { background-color: #B4B12A; }
a { background-color: rgb(180,177,42); }
div.DivClassName
{
background-color: #B4B12A;
}
.BgClassName
{
background-color: #B4B12A;
}
</style>
border-color css
<style>
span { border-color: #B4B12A; }
span { border-color: rgb(180,177,42); }
td.TdClassName
{
border-color: #B4B12A;
}
.TagClassName
{
border-color: #B4B12A;
}
</style>