Shades of Earls Green #B4B52D
Tints of Earls Green #B4B52D
RGB
CMYK
RGB Variations
Color information
#B4B52D (or 0xB4B52D) is known color: Earls Green. HEX triplet: B4, B5 and 2D. RGB value is (180,181,45). Sum of RGB (Red+Green+Blue) = 180+181+45=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 181 - color contains mainly: green. Hex color #B4B52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B52D is #4B4AD2. Grayscale: #A5A5A5. Windows color (decimal): -4934355 or 2995636. OLE color: 2995636.
HSL color Cylindrical-coordinate representation of color #B4B52D: hue angle of 60.44º 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 #B4B52D is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 181 | 45 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.29 |
| HSL | 60.44º | 0.6% | 0.44% | - |
| HSV(B) | 60.44º | 0.75% | 0.71% | - |
| XYZ | 35.82 | 42.94 | 8.88 | - |
| YUV | 165.2 | 60.17 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 181 | 45 | 0.01 | 0 | 0.75 | 0.29 | 60.44 | 0.6 | 0.44 |
| Hex | B4 | B5 | 2D | 1 | 0 | 4B | 1D | 3C | 3C | 2C |
| Octal | 264 | 265 | 55 | 1 | 0 | 113 | 35 | 74 | 74 | 54 |
| Binary | 10110100 | 10110101 | 101101 | 1 | 0 | 1001011 | 11101 | 111100 | 111100 | 101100 |
Color Harmonies of #B4B52D
Complementary color
Monochromatic Colors of #B4B52D
Black with #B4B52D
Text Example
Text Example
White with #B4B52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B52D; }
p { color: rgb(180,181,45); }
H1.HeaderClassName
{
color: #B4B52D;
}
.AnyTagClassName
{
color: #B4B52D;
}
</style>
background-color css
<style>
a { background-color: #B4B52D; }
a { background-color: rgb(180,181,45); }
div.DivClassName
{
background-color: #B4B52D;
}
.BgClassName
{
background-color: #B4B52D;
}
</style>
border-color css
<style>
span { border-color: #B4B52D; }
span { border-color: rgb(180,181,45); }
td.TdClassName
{
border-color: #B4B52D;
}
.TagClassName
{
border-color: #B4B52D;
}
</style>