Shades of Earls Green #B0AE2D
Tints of Earls Green #B0AE2D
RGB
CMYK
RGB Variations
Color information
#B0AE2D (or 0xB0AE2D) is known color: Earls Green. HEX triplet: B0, AE and 2D. RGB value is (176,174,45). Sum of RGB (Red+Green+Blue) = 176+174+45=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AE2D is #4F51D2. Grayscale: #A0A0A0. Windows color (decimal): -5198291 or 2993840. OLE color: 2993840.
HSL color Cylindrical-coordinate representation of color #B0AE2D: hue angle of 59.08º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0AE2D is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 174 | 45 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.31 |
| HSL | 59.08º | 0.59% | 0.43% | - |
| HSV(B) | 59.08º | 0.74% | 0.69% | - |
| XYZ | 33.51 | 39.69 | 8.38 | - |
| YUV | 159.89 | 63.16 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 174 | 45 | 0 | 0.01 | 0.74 | 0.31 | 59.08 | 0.59 | 0.43 |
| Hex | B0 | AE | 2D | 0 | 1 | 4A | 1F | 3B | 3B | 2B |
| Octal | 260 | 256 | 55 | 0 | 1 | 112 | 37 | 73 | 73 | 53 |
| Binary | 10110000 | 10101110 | 101101 | 0 | 1 | 1001010 | 11111 | 111011 | 111011 | 101011 |
Color Harmonies of #B0AE2D
Complementary color
Monochromatic Colors of #B0AE2D
Black with #B0AE2D
Text Example
Text Example
White with #B0AE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AE2D; }
p { color: rgb(176,174,45); }
H1.HeaderClassName
{
color: #B0AE2D;
}
.AnyTagClassName
{
color: #B0AE2D;
}
</style>
background-color css
<style>
a { background-color: #B0AE2D; }
a { background-color: rgb(176,174,45); }
div.DivClassName
{
background-color: #B0AE2D;
}
.BgClassName
{
background-color: #B0AE2D;
}
</style>
border-color css
<style>
span { border-color: #B0AE2D; }
span { border-color: rgb(176,174,45); }
td.TdClassName
{
border-color: #B0AE2D;
}
.TagClassName
{
border-color: #B0AE2D;
}
</style>