Shades of Earls Green #B3A728
Tints of Earls Green #B3A728
RGB
CMYK
RGB Variations
Color information
#B3A728 (or 0xB3A728) is known color: Earls Green. HEX triplet: B3, A7 and 28. RGB value is (179,167,40). Sum of RGB (Red+Green+Blue) = 179+167+40=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 167 (65.62% from 255 or 43.26% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A728 is #4C58D7. Grayscale: #9C9C9C. Windows color (decimal): -5003480 or 2664371. OLE color: 2664371.
HSL color Cylindrical-coordinate representation of color #B3A728: hue angle of 54.82º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B3A728 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 167 | 40 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.30 |
| HSL | 54.82º | 0.63% | 0.43% | - |
| HSV(B) | 54.82º | 0.78% | 0.7% | - |
| XYZ | 32.79 | 37.37 | 7.49 | - |
| YUV | 156.11 | 62.48 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 167 | 40 | 0 | 0.07 | 0.78 | 0.30 | 54.82 | 0.63 | 0.43 |
| Hex | B3 | A7 | 28 | 0 | 7 | 4E | 1E | 37 | 3F | 2B |
| Octal | 263 | 247 | 50 | 0 | 7 | 116 | 36 | 67 | 77 | 53 |
| Binary | 10110011 | 10100111 | 101000 | 0 | 111 | 1001110 | 11110 | 110111 | 111111 | 101011 |
Color Harmonies of #B3A728
Complementary color
Monochromatic Colors of #B3A728
Black with #B3A728
Text Example
Text Example
White with #B3A728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A728; }
p { color: rgb(179,167,40); }
H1.HeaderClassName
{
color: #B3A728;
}
.AnyTagClassName
{
color: #B3A728;
}
</style>
background-color css
<style>
a { background-color: #B3A728; }
a { background-color: rgb(179,167,40); }
div.DivClassName
{
background-color: #B3A728;
}
.BgClassName
{
background-color: #B3A728;
}
</style>
border-color css
<style>
span { border-color: #B3A728; }
span { border-color: rgb(179,167,40); }
td.TdClassName
{
border-color: #B3A728;
}
.TagClassName
{
border-color: #B3A728;
}
</style>