Shades of Earls Green #B4A826
Tints of Earls Green #B4A826
RGB
CMYK
RGB Variations
Color information
#B4A826 (or 0xB4A826) is known color: Earls Green. HEX triplet: B4, A8 and 26. RGB value is (180,168,38). Sum of RGB (Red+Green+Blue) = 180+168+38=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 38 (15.23% from 255 or 9.84% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A826 is #4B57D9. Grayscale: #9D9D9D. Windows color (decimal): -4937690 or 2533556. OLE color: 2533556.
HSL color Cylindrical-coordinate representation of color #B4A826: hue angle of 54.93º 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 #B4A826 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 38 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.29 |
| HSL | 54.93º | 0.65% | 0.43% | - |
| HSV(B) | 54.93º | 0.79% | 0.71% | - |
| XYZ | 33.17 | 37.85 | 7.39 | - |
| YUV | 156.77 | 60.98 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 38 | 0 | 0.07 | 0.79 | 0.29 | 54.93 | 0.65 | 0.43 |
| Hex | B4 | A8 | 26 | 0 | 7 | 4F | 1D | 37 | 41 | 2B |
| Octal | 264 | 250 | 46 | 0 | 7 | 117 | 35 | 67 | 101 | 53 |
| Binary | 10110100 | 10101000 | 100110 | 0 | 111 | 1001111 | 11101 | 110111 | 1000001 | 101011 |
Color Harmonies of #B4A826
Complementary color
Monochromatic Colors of #B4A826
Black with #B4A826
Text Example
Text Example
White with #B4A826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A826; }
p { color: rgb(180,168,38); }
H1.HeaderClassName
{
color: #B4A826;
}
.AnyTagClassName
{
color: #B4A826;
}
</style>
background-color css
<style>
a { background-color: #B4A826; }
a { background-color: rgb(180,168,38); }
div.DivClassName
{
background-color: #B4A826;
}
.BgClassName
{
background-color: #B4A826;
}
</style>
border-color css
<style>
span { border-color: #B4A826; }
span { border-color: rgb(180,168,38); }
td.TdClassName
{
border-color: #B4A826;
}
.TagClassName
{
border-color: #B4A826;
}
</style>