Shades of Earls Green #B4B12D
Tints of Earls Green #B4B12D
RGB
CMYK
RGB Variations
Color information
#B4B12D (or 0xB4B12D) is known color: Earls Green. HEX triplet: B4, B1 and 2D. RGB value is (180,177,45). Sum of RGB (Red+Green+Blue) = 180+177+45=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B12D is #4B4ED2. Grayscale: #A3A3A3. Windows color (decimal): -4935379 or 2994612. OLE color: 2994612.
HSL color Cylindrical-coordinate representation of color #B4B12D: hue angle of 58.67º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B4B12D is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 177 | 45 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.29 |
| HSL | 58.67º | 0.6% | 0.44% | - |
| HSV(B) | 58.67º | 0.75% | 0.71% | - |
| XYZ | 35.02 | 41.34 | 8.62 | - |
| YUV | 162.85 | 61.49 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 177 | 45 | 0 | 0.02 | 0.75 | 0.29 | 58.67 | 0.6 | 0.44 |
| Hex | B4 | B1 | 2D | 0 | 2 | 4B | 1D | 3B | 3C | 2C |
| Octal | 264 | 261 | 55 | 0 | 2 | 113 | 35 | 73 | 74 | 54 |
| Binary | 10110100 | 10110001 | 101101 | 0 | 10 | 1001011 | 11101 | 111011 | 111100 | 101100 |
Color Harmonies of #B4B12D
Complementary color
Monochromatic Colors of #B4B12D
Black with #B4B12D
Text Example
Text Example
White with #B4B12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B12D; }
p { color: rgb(180,177,45); }
H1.HeaderClassName
{
color: #B4B12D;
}
.AnyTagClassName
{
color: #B4B12D;
}
</style>
background-color css
<style>
a { background-color: #B4B12D; }
a { background-color: rgb(180,177,45); }
div.DivClassName
{
background-color: #B4B12D;
}
.BgClassName
{
background-color: #B4B12D;
}
</style>
border-color css
<style>
span { border-color: #B4B12D; }
span { border-color: rgb(180,177,45); }
td.TdClassName
{
border-color: #B4B12D;
}
.TagClassName
{
border-color: #B4B12D;
}
</style>