Shades of Earls Green #B4B329
Tints of Earls Green #B4B329
RGB
CMYK
RGB Variations
Color information
#B4B329 (or 0xB4B329) is known color: Earls Green. HEX triplet: B4, B3 and 29. RGB value is (180,179,41). Sum of RGB (Red+Green+Blue) = 180+179+41=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 41 (16.41% from 255 or 10.25% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B329 is #4B4CD6. Grayscale: #A4A4A4. Windows color (decimal): -4934871 or 2732980. OLE color: 2732980.
HSL color Cylindrical-coordinate representation of color #B4B329: hue angle of 59.57º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B4B329 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 179 | 41 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.29 |
| HSL | 59.57º | 0.63% | 0.43% | - |
| HSV(B) | 59.57º | 0.77% | 0.71% | - |
| XYZ | 35.34 | 42.1 | 8.36 | - |
| YUV | 163.57 | 58.83 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 179 | 41 | 0 | 0.01 | 0.77 | 0.29 | 59.57 | 0.63 | 0.43 |
| Hex | B4 | B3 | 29 | 0 | 1 | 4D | 1D | 3C | 3F | 2B |
| Octal | 264 | 263 | 51 | 0 | 1 | 115 | 35 | 74 | 77 | 53 |
| Binary | 10110100 | 10110011 | 101001 | 0 | 1 | 1001101 | 11101 | 111100 | 111111 | 101011 |
Color Harmonies of #B4B329
Complementary color
Monochromatic Colors of #B4B329
Black with #B4B329
Text Example
Text Example
White with #B4B329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B329; }
p { color: rgb(180,179,41); }
H1.HeaderClassName
{
color: #B4B329;
}
.AnyTagClassName
{
color: #B4B329;
}
</style>
background-color css
<style>
a { background-color: #B4B329; }
a { background-color: rgb(180,179,41); }
div.DivClassName
{
background-color: #B4B329;
}
.BgClassName
{
background-color: #B4B329;
}
</style>
border-color css
<style>
span { border-color: #B4B329; }
span { border-color: rgb(180,179,41); }
td.TdClassName
{
border-color: #B4B329;
}
.TagClassName
{
border-color: #B4B329;
}
</style>