Shades of Earls Green #B2AD26
Tints of Earls Green #B2AD26
RGB
CMYK
RGB Variations
Color information
#B2AD26 (or 0xB2AD26) is known color: Earls Green. HEX triplet: B2, AD and 26. RGB value is (178,173,38). Sum of RGB (Red+Green+Blue) = 178+173+38=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AD26 is #4D52D9. Grayscale: #9F9F9F. Windows color (decimal): -5067482 or 2534834. OLE color: 2534834.
HSL color Cylindrical-coordinate representation of color #B2AD26: hue angle of 57.86º 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 #B2AD26 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 38 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.30 |
| HSL | 57.86º | 0.65% | 0.42% | - |
| HSV(B) | 57.86º | 0.79% | 0.7% | - |
| XYZ | 33.65 | 39.49 | 7.68 | - |
| YUV | 159.11 | 59.66 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 38 | 0 | 0.03 | 0.79 | 0.30 | 57.86 | 0.65 | 0.42 |
| Hex | B2 | AD | 26 | 0 | 3 | 4F | 1E | 3A | 41 | 2A |
| Octal | 262 | 255 | 46 | 0 | 3 | 117 | 36 | 72 | 101 | 52 |
| Binary | 10110010 | 10101101 | 100110 | 0 | 11 | 1001111 | 11110 | 111010 | 1000001 | 101010 |
Color Harmonies of #B2AD26
Complementary color
Monochromatic Colors of #B2AD26
Black with #B2AD26
Text Example
Text Example
White with #B2AD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD26; }
p { color: rgb(178,173,38); }
H1.HeaderClassName
{
color: #B2AD26;
}
.AnyTagClassName
{
color: #B2AD26;
}
</style>
background-color css
<style>
a { background-color: #B2AD26; }
a { background-color: rgb(178,173,38); }
div.DivClassName
{
background-color: #B2AD26;
}
.BgClassName
{
background-color: #B2AD26;
}
</style>
border-color css
<style>
span { border-color: #B2AD26; }
span { border-color: rgb(178,173,38); }
td.TdClassName
{
border-color: #B2AD26;
}
.TagClassName
{
border-color: #B2AD26;
}
</style>