Shades of Earls Green #B1AE2D
Tints of Earls Green #B1AE2D
RGB
CMYK
RGB Variations
Color information
#B1AE2D (or 0xB1AE2D) is known color: Earls Green. HEX triplet: B1, AE and 2D. RGB value is (177,174,45). Sum of RGB (Red+Green+Blue) = 177+174+45=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AE2D is #4E51D2. Grayscale: #A0A0A0. Windows color (decimal): -5132755 or 2993841. OLE color: 2993841.
HSL color Cylindrical-coordinate representation of color #B1AE2D: hue angle of 58.64º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1AE2D is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 174 | 45 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.31 |
| HSL | 58.64º | 0.59% | 0.44% | - |
| HSV(B) | 58.64º | 0.75% | 0.69% | - |
| XYZ | 33.74 | 39.81 | 8.39 | - |
| YUV | 160.19 | 62.99 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 174 | 45 | 0 | 0.02 | 0.75 | 0.31 | 58.64 | 0.59 | 0.44 |
| Hex | B1 | AE | 2D | 0 | 2 | 4B | 1F | 3B | 3B | 2C |
| Octal | 261 | 256 | 55 | 0 | 2 | 113 | 37 | 73 | 73 | 54 |
| Binary | 10110001 | 10101110 | 101101 | 0 | 10 | 1001011 | 11111 | 111011 | 111011 | 101100 |
Color Harmonies of #B1AE2D
Complementary color
Monochromatic Colors of #B1AE2D
Black with #B1AE2D
Text Example
Text Example
White with #B1AE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AE2D; }
p { color: rgb(177,174,45); }
H1.HeaderClassName
{
color: #B1AE2D;
}
.AnyTagClassName
{
color: #B1AE2D;
}
</style>
background-color css
<style>
a { background-color: #B1AE2D; }
a { background-color: rgb(177,174,45); }
div.DivClassName
{
background-color: #B1AE2D;
}
.BgClassName
{
background-color: #B1AE2D;
}
</style>
border-color css
<style>
span { border-color: #B1AE2D; }
span { border-color: rgb(177,174,45); }
td.TdClassName
{
border-color: #B1AE2D;
}
.TagClassName
{
border-color: #B1AE2D;
}
</style>