Shades of Earls Green #B8AE2D
Tints of Earls Green #B8AE2D
RGB
CMYK
RGB Variations
Color information
#B8AE2D (or 0xB8AE2D) is known color: Earls Green. HEX triplet: B8, AE and 2D. RGB value is (184,174,45). Sum of RGB (Red+Green+Blue) = 184+174+45=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AE2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AE2D is #4751D2. Grayscale: #A2A2A2. Windows color (decimal): -4674003 or 2993848. OLE color: 2993848.
HSL color Cylindrical-coordinate representation of color #B8AE2D: hue angle of 55.68º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8AE2D is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 174 | 45 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.28 |
| HSL | 55.68º | 0.61% | 0.45% | - |
| HSV(B) | 55.68º | 0.76% | 0.72% | - |
| XYZ | 35.38 | 40.65 | 8.46 | - |
| YUV | 162.28 | 61.81 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 174 | 45 | 0 | 0.05 | 0.76 | 0.28 | 55.68 | 0.61 | 0.45 |
| Hex | B8 | AE | 2D | 0 | 5 | 4C | 1C | 38 | 3D | 2D |
| Octal | 270 | 256 | 55 | 0 | 5 | 114 | 34 | 70 | 75 | 55 |
| Binary | 10111000 | 10101110 | 101101 | 0 | 101 | 1001100 | 11100 | 111000 | 111101 | 101101 |
Color Harmonies of #B8AE2D
Complementary color
Monochromatic Colors of #B8AE2D
Black with #B8AE2D
Text Example
Text Example
White with #B8AE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AE2D; }
p { color: rgb(184,174,45); }
H1.HeaderClassName
{
color: #B8AE2D;
}
.AnyTagClassName
{
color: #B8AE2D;
}
</style>
background-color css
<style>
a { background-color: #B8AE2D; }
a { background-color: rgb(184,174,45); }
div.DivClassName
{
background-color: #B8AE2D;
}
.BgClassName
{
background-color: #B8AE2D;
}
</style>
border-color css
<style>
span { border-color: #B8AE2D; }
span { border-color: rgb(184,174,45); }
td.TdClassName
{
border-color: #B8AE2D;
}
.TagClassName
{
border-color: #B8AE2D;
}
</style>