Shades of Earls Green #B0AF29
Tints of Earls Green #B0AF29
RGB
CMYK
RGB Variations
Color information
#B0AF29 (or 0xB0AF29) is known color: Earls Green. HEX triplet: B0, AF and 29. RGB value is (176,175,41). Sum of RGB (Red+Green+Blue) = 176+175+41=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 41 (16.41% from 255 or 10.46% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AF29 is #4F50D6. Grayscale: #A0A0A0. Windows color (decimal): -5198039 or 2731952. OLE color: 2731952.
HSL color Cylindrical-coordinate representation of color #B0AF29: hue angle of 59.56º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0AF29 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 175 | 41 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.31 |
| HSL | 59.56º | 0.62% | 0.43% | - |
| HSV(B) | 59.56º | 0.77% | 0.69% | - |
| XYZ | 33.63 | 40.05 | 8.06 | - |
| YUV | 160.02 | 60.83 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 41 | 0 | 0.01 | 0.77 | 0.31 | 59.56 | 0.62 | 0.43 |
| Hex | B0 | AF | 29 | 0 | 1 | 4D | 1F | 3C | 3E | 2B |
| Octal | 260 | 257 | 51 | 0 | 1 | 115 | 37 | 74 | 76 | 53 |
| Binary | 10110000 | 10101111 | 101001 | 0 | 1 | 1001101 | 11111 | 111100 | 111110 | 101011 |
Color Harmonies of #B0AF29
Complementary color
Monochromatic Colors of #B0AF29
Black with #B0AF29
Text Example
Text Example
White with #B0AF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AF29; }
p { color: rgb(176,175,41); }
H1.HeaderClassName
{
color: #B0AF29;
}
.AnyTagClassName
{
color: #B0AF29;
}
</style>
background-color css
<style>
a { background-color: #B0AF29; }
a { background-color: rgb(176,175,41); }
div.DivClassName
{
background-color: #B0AF29;
}
.BgClassName
{
background-color: #B0AF29;
}
</style>
border-color css
<style>
span { border-color: #B0AF29; }
span { border-color: rgb(176,175,41); }
td.TdClassName
{
border-color: #B0AF29;
}
.TagClassName
{
border-color: #B0AF29;
}
</style>