Shades of Earls Green #B2AF26
Tints of Earls Green #B2AF26
RGB
CMYK
RGB Variations
Color information
#B2AF26 (or 0xB2AF26) is known color: Earls Green. HEX triplet: B2, AF and 26. RGB value is (178,175,38). Sum of RGB (Red+Green+Blue) = 178+175+38=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 38 (15.23% from 255 or 9.72% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AF26 is #4D50D9. Grayscale: #A0A0A0. Windows color (decimal): -5066970 or 2535346. OLE color: 2535346.
HSL color Cylindrical-coordinate representation of color #B2AF26: hue angle of 58.71º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2AF26 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 175 | 38 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.30 |
| HSL | 58.71º | 0.65% | 0.42% | - |
| HSV(B) | 58.71º | 0.79% | 0.7% | - |
| XYZ | 34.04 | 40.26 | 7.81 | - |
| YUV | 160.28 | 58.99 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 38 | 0 | 0.02 | 0.79 | 0.30 | 58.71 | 0.65 | 0.42 |
| Hex | B2 | AF | 26 | 0 | 2 | 4F | 1E | 3B | 41 | 2A |
| Octal | 262 | 257 | 46 | 0 | 2 | 117 | 36 | 73 | 101 | 52 |
| Binary | 10110010 | 10101111 | 100110 | 0 | 10 | 1001111 | 11110 | 111011 | 1000001 | 101010 |
Color Harmonies of #B2AF26
Complementary color
Monochromatic Colors of #B2AF26
Black with #B2AF26
Text Example
Text Example
White with #B2AF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AF26; }
p { color: rgb(178,175,38); }
H1.HeaderClassName
{
color: #B2AF26;
}
.AnyTagClassName
{
color: #B2AF26;
}
</style>
background-color css
<style>
a { background-color: #B2AF26; }
a { background-color: rgb(178,175,38); }
div.DivClassName
{
background-color: #B2AF26;
}
.BgClassName
{
background-color: #B2AF26;
}
</style>
border-color css
<style>
span { border-color: #B2AF26; }
span { border-color: rgb(178,175,38); }
td.TdClassName
{
border-color: #B2AF26;
}
.TagClassName
{
border-color: #B2AF26;
}
</style>