Shades of Earls Green #B8B61D
Tints of Earls Green #B8B61D
RGB
CMYK
RGB Variations
Color information
#B8B61D (or 0xB8B61D) is known color: Earls Green. HEX triplet: B8, B6 and 1D. RGB value is (184,182,29). Sum of RGB (Red+Green+Blue) = 184+182+29=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B61D is #4749E2. Grayscale: #A5A5A5. Windows color (decimal): -4671971 or 1947320. OLE color: 1947320.
HSL color Cylindrical-coordinate representation of color #B8B61D: hue angle of 59.23º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8B61D is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 182 | 29 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.28 |
| HSL | 59.23º | 0.73% | 0.42% | - |
| HSV(B) | 59.23º | 0.84% | 0.72% | - |
| XYZ | 36.72 | 43.73 | 7.67 | - |
| YUV | 165.16 | 51.16 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 182 | 29 | 0 | 0.01 | 0.84 | 0.28 | 59.23 | 0.73 | 0.42 |
| Hex | B8 | B6 | 1D | 0 | 1 | 54 | 1C | 3B | 49 | 2A |
| Octal | 270 | 266 | 35 | 0 | 1 | 124 | 34 | 73 | 111 | 52 |
| Binary | 10111000 | 10110110 | 11101 | 0 | 1 | 1010100 | 11100 | 111011 | 1001001 | 101010 |
Color Harmonies of #B8B61D
Complementary color
Monochromatic Colors of #B8B61D
Black with #B8B61D
Text Example
Text Example
White with #B8B61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B61D; }
p { color: rgb(184,182,29); }
H1.HeaderClassName
{
color: #B8B61D;
}
.AnyTagClassName
{
color: #B8B61D;
}
</style>
background-color css
<style>
a { background-color: #B8B61D; }
a { background-color: rgb(184,182,29); }
div.DivClassName
{
background-color: #B8B61D;
}
.BgClassName
{
background-color: #B8B61D;
}
</style>
border-color css
<style>
span { border-color: #B8B61D; }
span { border-color: rgb(184,182,29); }
td.TdClassName
{
border-color: #B8B61D;
}
.TagClassName
{
border-color: #B8B61D;
}
</style>