Shades of Earls Green #B3A723
Tints of Earls Green #B3A723
RGB
CMYK
RGB Variations
Color information
#B3A723 (or 0xB3A723) is known color: Earls Green. HEX triplet: B3, A7 and 23. RGB value is (179,167,35). Sum of RGB (Red+Green+Blue) = 179+167+35=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 35 (14.06% from 255 or 9.19% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A723 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A723 is #4C58DC. Grayscale: #9C9C9C. Windows color (decimal): -5003485 or 2336691. OLE color: 2336691.
HSL color Cylindrical-coordinate representation of color #B3A723: hue angle of 55º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B3A723 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 167 | 35 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.30 |
| HSL | 55º | 0.67% | 0.42% | - |
| HSV(B) | 55º | 0.8% | 0.7% | - |
| XYZ | 32.71 | 37.34 | 7.07 | - |
| YUV | 155.54 | 59.98 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 167 | 35 | 0 | 0.07 | 0.80 | 0.30 | 55 | 0.67 | 0.42 |
| Hex | B3 | A7 | 23 | 0 | 7 | 50 | 1E | 37 | 43 | 2A |
| Octal | 263 | 247 | 43 | 0 | 7 | 120 | 36 | 67 | 103 | 52 |
| Binary | 10110011 | 10100111 | 100011 | 0 | 111 | 1010000 | 11110 | 110111 | 1000011 | 101010 |
Color Harmonies of #B3A723
Complementary color
Monochromatic Colors of #B3A723
Black with #B3A723
Text Example
Text Example
White with #B3A723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A723; }
p { color: rgb(179,167,35); }
H1.HeaderClassName
{
color: #B3A723;
}
.AnyTagClassName
{
color: #B3A723;
}
</style>
background-color css
<style>
a { background-color: #B3A723; }
a { background-color: rgb(179,167,35); }
div.DivClassName
{
background-color: #B3A723;
}
.BgClassName
{
background-color: #B3A723;
}
</style>
border-color css
<style>
span { border-color: #B3A723; }
span { border-color: rgb(179,167,35); }
td.TdClassName
{
border-color: #B3A723;
}
.TagClassName
{
border-color: #B3A723;
}
</style>