Shades of Earls Green #B3A826
Tints of Earls Green #B3A826
RGB
CMYK
RGB Variations
Color information
#B3A826 (or 0xB3A826) is known color: Earls Green. HEX triplet: B3, A8 and 26. RGB value is (179,168,38). Sum of RGB (Red+Green+Blue) = 179+168+38=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 38 (15.23% from 255 or 9.87% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A826 is #4C57D9. Grayscale: #9D9D9D. Windows color (decimal): -5003226 or 2533555. OLE color: 2533555.
HSL color Cylindrical-coordinate representation of color #B3A826: hue angle of 55.32º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B3A826 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 168 | 38 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.30 |
| HSL | 55.32º | 0.65% | 0.43% | - |
| HSV(B) | 55.32º | 0.79% | 0.7% | - |
| XYZ | 32.94 | 37.73 | 7.38 | - |
| YUV | 156.47 | 61.14 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 38 | 0 | 0.06 | 0.79 | 0.30 | 55.32 | 0.65 | 0.43 |
| Hex | B3 | A8 | 26 | 0 | 6 | 4F | 1E | 37 | 41 | 2B |
| Octal | 263 | 250 | 46 | 0 | 6 | 117 | 36 | 67 | 101 | 53 |
| Binary | 10110011 | 10101000 | 100110 | 0 | 110 | 1001111 | 11110 | 110111 | 1000001 | 101011 |
Color Harmonies of #B3A826
Complementary color
Monochromatic Colors of #B3A826
Black with #B3A826
Text Example
Text Example
White with #B3A826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A826; }
p { color: rgb(179,168,38); }
H1.HeaderClassName
{
color: #B3A826;
}
.AnyTagClassName
{
color: #B3A826;
}
</style>
background-color css
<style>
a { background-color: #B3A826; }
a { background-color: rgb(179,168,38); }
div.DivClassName
{
background-color: #B3A826;
}
.BgClassName
{
background-color: #B3A826;
}
</style>
border-color css
<style>
span { border-color: #B3A826; }
span { border-color: rgb(179,168,38); }
td.TdClassName
{
border-color: #B3A826;
}
.TagClassName
{
border-color: #B3A826;
}
</style>