Shades of Earls Green #B1AE32
Tints of Earls Green #B1AE32
RGB
CMYK
RGB Variations
Color information
#B1AE32 (or 0xB1AE32) is known color: Earls Green. HEX triplet: B1, AE and 32. RGB value is (177,174,50). Sum of RGB (Red+Green+Blue) = 177+174+50=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AE32 is #4E51CD. Grayscale: #A1A1A1. Windows color (decimal): -5132750 or 3321521. OLE color: 3321521.
HSL color Cylindrical-coordinate representation of color #B1AE32: hue angle of 58.58º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1AE32 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 174 | 50 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.31 |
| HSL | 58.58º | 0.56% | 0.45% | - |
| HSV(B) | 58.58º | 0.72% | 0.69% | - |
| XYZ | 33.84 | 39.85 | 8.93 | - |
| YUV | 160.76 | 65.49 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 174 | 50 | 0 | 0.02 | 0.72 | 0.31 | 58.58 | 0.56 | 0.45 |
| Hex | B1 | AE | 32 | 0 | 2 | 48 | 1F | 3B | 38 | 2D |
| Octal | 261 | 256 | 62 | 0 | 2 | 110 | 37 | 73 | 70 | 55 |
| Binary | 10110001 | 10101110 | 110010 | 0 | 10 | 1001000 | 11111 | 111011 | 111000 | 101101 |
Color Harmonies of #B1AE32
Complementary color
Monochromatic Colors of #B1AE32
Black with #B1AE32
Text Example
Text Example
White with #B1AE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AE32; }
p { color: rgb(177,174,50); }
H1.HeaderClassName
{
color: #B1AE32;
}
.AnyTagClassName
{
color: #B1AE32;
}
</style>
background-color css
<style>
a { background-color: #B1AE32; }
a { background-color: rgb(177,174,50); }
div.DivClassName
{
background-color: #B1AE32;
}
.BgClassName
{
background-color: #B1AE32;
}
</style>
border-color css
<style>
span { border-color: #B1AE32; }
span { border-color: rgb(177,174,50); }
td.TdClassName
{
border-color: #B1AE32;
}
.TagClassName
{
border-color: #B1AE32;
}
</style>