Shades of Earls Green #B8AD26
Tints of Earls Green #B8AD26
RGB
CMYK
RGB Variations
Color information
#B8AD26 (or 0xB8AD26) is known color: Earls Green. HEX triplet: B8, AD and 26. RGB value is (184,173,38). Sum of RGB (Red+Green+Blue) = 184+173+38=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 38 (15.23% from 255 or 9.62% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AD26 is #4752D9. Grayscale: #A1A1A1. Windows color (decimal): -4674266 or 2534840. OLE color: 2534840.
HSL color Cylindrical-coordinate representation of color #B8AD26: hue angle of 55.48º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8AD26 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 173 | 38 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.28 |
| HSL | 55.48º | 0.66% | 0.44% | - |
| HSV(B) | 55.48º | 0.79% | 0.72% | - |
| XYZ | 35.06 | 40.22 | 7.75 | - |
| YUV | 160.9 | 58.64 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 38 | 0 | 0.06 | 0.79 | 0.28 | 55.48 | 0.66 | 0.44 |
| Hex | B8 | AD | 26 | 0 | 6 | 4F | 1C | 37 | 42 | 2C |
| Octal | 270 | 255 | 46 | 0 | 6 | 117 | 34 | 67 | 102 | 54 |
| Binary | 10111000 | 10101101 | 100110 | 0 | 110 | 1001111 | 11100 | 110111 | 1000010 | 101100 |
Color Harmonies of #B8AD26
Complementary color
Monochromatic Colors of #B8AD26
Black with #B8AD26
Text Example
Text Example
White with #B8AD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AD26; }
p { color: rgb(184,173,38); }
H1.HeaderClassName
{
color: #B8AD26;
}
.AnyTagClassName
{
color: #B8AD26;
}
</style>
background-color css
<style>
a { background-color: #B8AD26; }
a { background-color: rgb(184,173,38); }
div.DivClassName
{
background-color: #B8AD26;
}
.BgClassName
{
background-color: #B8AD26;
}
</style>
border-color css
<style>
span { border-color: #B8AD26; }
span { border-color: rgb(184,173,38); }
td.TdClassName
{
border-color: #B8AD26;
}
.TagClassName
{
border-color: #B8AD26;
}
</style>