Shades of Earls Green #B8AF29
Tints of Earls Green #B8AF29
RGB
CMYK
RGB Variations
Color information
#B8AF29 (or 0xB8AF29) is known color: Earls Green. HEX triplet: B8, AF and 29. RGB value is (184,175,41). Sum of RGB (Red+Green+Blue) = 184+175+41=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 41 (16.41% from 255 or 10.25% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AF29 is #4750D6. Grayscale: #A2A2A2. Windows color (decimal): -4673751 or 2731960. OLE color: 2731960.
HSL color Cylindrical-coordinate representation of color #B8AF29: hue angle of 56.22º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8AF29 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 41 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.28 |
| HSL | 56.22º | 0.64% | 0.44% | - |
| HSV(B) | 56.22º | 0.78% | 0.72% | - |
| XYZ | 35.5 | 41.01 | 8.14 | - |
| YUV | 162.42 | 59.48 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 41 | 0 | 0.05 | 0.78 | 0.28 | 56.22 | 0.64 | 0.44 |
| Hex | B8 | AF | 29 | 0 | 5 | 4E | 1C | 38 | 40 | 2C |
| Octal | 270 | 257 | 51 | 0 | 5 | 116 | 34 | 70 | 100 | 54 |
| Binary | 10111000 | 10101111 | 101001 | 0 | 101 | 1001110 | 11100 | 111000 | 1000000 | 101100 |
Color Harmonies of #B8AF29
Complementary color
Monochromatic Colors of #B8AF29
Black with #B8AF29
Text Example
Text Example
White with #B8AF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF29; }
p { color: rgb(184,175,41); }
H1.HeaderClassName
{
color: #B8AF29;
}
.AnyTagClassName
{
color: #B8AF29;
}
</style>
background-color css
<style>
a { background-color: #B8AF29; }
a { background-color: rgb(184,175,41); }
div.DivClassName
{
background-color: #B8AF29;
}
.BgClassName
{
background-color: #B8AF29;
}
</style>
border-color css
<style>
span { border-color: #B8AF29; }
span { border-color: rgb(184,175,41); }
td.TdClassName
{
border-color: #B8AF29;
}
.TagClassName
{
border-color: #B8AF29;
}
</style>