Shades of Earls Green #B0AF32
Tints of Earls Green #B0AF32
RGB
CMYK
RGB Variations
Color information
#B0AF32 (or 0xB0AF32) is known color: Earls Green. HEX triplet: B0, AF and 32. RGB value is (176,175,50). Sum of RGB (Red+Green+Blue) = 176+175+50=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AF32 is #4F50CD. Grayscale: #A1A1A1. Windows color (decimal): -5198030 or 3321776. OLE color: 3321776.
HSL color Cylindrical-coordinate representation of color #B0AF32: hue angle of 59.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0AF32 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 175 | 50 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.31 |
| HSL | 59.52º | 0.56% | 0.44% | - |
| HSV(B) | 59.52º | 0.72% | 0.69% | - |
| XYZ | 33.81 | 40.12 | 8.98 | - |
| YUV | 161.05 | 65.33 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 50 | 0 | 0.01 | 0.72 | 0.31 | 59.52 | 0.56 | 0.44 |
| Hex | B0 | AF | 32 | 0 | 1 | 48 | 1F | 3C | 38 | 2C |
| Octal | 260 | 257 | 62 | 0 | 1 | 110 | 37 | 74 | 70 | 54 |
| Binary | 10110000 | 10101111 | 110010 | 0 | 1 | 1001000 | 11111 | 111100 | 111000 | 101100 |
Color Harmonies of #B0AF32
Complementary color
Monochromatic Colors of #B0AF32
Black with #B0AF32
Text Example
Text Example
White with #B0AF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AF32; }
p { color: rgb(176,175,50); }
H1.HeaderClassName
{
color: #B0AF32;
}
.AnyTagClassName
{
color: #B0AF32;
}
</style>
background-color css
<style>
a { background-color: #B0AF32; }
a { background-color: rgb(176,175,50); }
div.DivClassName
{
background-color: #B0AF32;
}
.BgClassName
{
background-color: #B0AF32;
}
</style>
border-color css
<style>
span { border-color: #B0AF32; }
span { border-color: rgb(176,175,50); }
td.TdClassName
{
border-color: #B0AF32;
}
.TagClassName
{
border-color: #B0AF32;
}
</style>