Shades of Earls Green #B4B324
Tints of Earls Green #B4B324
RGB
CMYK
RGB Variations
Color information
#B4B324 (or 0xB4B324) is known color: Earls Green. HEX triplet: B4, B3 and 24. RGB value is (180,179,36). Sum of RGB (Red+Green+Blue) = 180+179+36=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 36 (14.45% from 255 or 9.11% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B324 is #4B4CDB. Grayscale: #A3A3A3. Windows color (decimal): -4934876 or 2405300. OLE color: 2405300.
HSL color Cylindrical-coordinate representation of color #B4B324: hue angle of 59.58º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B4B324 is Cyan = 0, Magento = 0.01, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 179 | 36 | - |
| CMYK | 0 | 0.01 | 0.8 | 0.29 |
| HSL | 59.58º | 0.67% | 0.42% | - |
| HSV(B) | 59.58º | 0.8% | 0.71% | - |
| XYZ | 35.26 | 42.07 | 7.93 | - |
| YUV | 163 | 56.33 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 179 | 36 | 0 | 0.01 | 0.8 | 0.29 | 59.58 | 0.67 | 0.42 |
| Hex | B4 | B3 | 24 | 0 | 1 | 50 | 1D | 3C | 43 | 2A |
| Octal | 264 | 263 | 44 | 0 | 1 | 120 | 35 | 74 | 103 | 52 |
| Binary | 10110100 | 10110011 | 100100 | 0 | 1 | 1010000 | 11101 | 111100 | 1000011 | 101010 |
Color Harmonies of #B4B324
Complementary color
Monochromatic Colors of #B4B324
Black with #B4B324
Text Example
Text Example
White with #B4B324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B324; }
p { color: rgb(180,179,36); }
H1.HeaderClassName
{
color: #B4B324;
}
.AnyTagClassName
{
color: #B4B324;
}
</style>
background-color css
<style>
a { background-color: #B4B324; }
a { background-color: rgb(180,179,36); }
div.DivClassName
{
background-color: #B4B324;
}
.BgClassName
{
background-color: #B4B324;
}
</style>
border-color css
<style>
span { border-color: #B4B324; }
span { border-color: rgb(180,179,36); }
td.TdClassName
{
border-color: #B4B324;
}
.TagClassName
{
border-color: #B4B324;
}
</style>