Shades of Earls Green #B4B326
Tints of Earls Green #B4B326
RGB
CMYK
RGB Variations
Color information
#B4B326 (or 0xB4B326) is known color: Earls Green. HEX triplet: B4, B3 and 26. RGB value is (180,179,38). Sum of RGB (Red+Green+Blue) = 180+179+38=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 38 (15.23% from 255 or 9.57% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B326 is #4B4CD9. Grayscale: #A3A3A3. Windows color (decimal): -4934874 or 2536372. OLE color: 2536372.
HSL color Cylindrical-coordinate representation of color #B4B326: hue angle of 59.58º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B4B326 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 179 | 38 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.29 |
| HSL | 59.58º | 0.65% | 0.43% | - |
| HSV(B) | 59.58º | 0.79% | 0.71% | - |
| XYZ | 35.29 | 42.08 | 8.1 | - |
| YUV | 163.23 | 57.33 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 179 | 38 | 0 | 0.01 | 0.79 | 0.29 | 59.58 | 0.65 | 0.43 |
| Hex | B4 | B3 | 26 | 0 | 1 | 4F | 1D | 3C | 41 | 2B |
| Octal | 264 | 263 | 46 | 0 | 1 | 117 | 35 | 74 | 101 | 53 |
| Binary | 10110100 | 10110011 | 100110 | 0 | 1 | 1001111 | 11101 | 111100 | 1000001 | 101011 |
Color Harmonies of #B4B326
Complementary color
Monochromatic Colors of #B4B326
Black with #B4B326
Text Example
Text Example
White with #B4B326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B326; }
p { color: rgb(180,179,38); }
H1.HeaderClassName
{
color: #B4B326;
}
.AnyTagClassName
{
color: #B4B326;
}
</style>
background-color css
<style>
a { background-color: #B4B326; }
a { background-color: rgb(180,179,38); }
div.DivClassName
{
background-color: #B4B326;
}
.BgClassName
{
background-color: #B4B326;
}
</style>
border-color css
<style>
span { border-color: #B4B326; }
span { border-color: rgb(180,179,38); }
td.TdClassName
{
border-color: #B4B326;
}
.TagClassName
{
border-color: #B4B326;
}
</style>