Shades of Earls Green #B1AE30
Tints of Earls Green #B1AE30
RGB
CMYK
RGB Variations
Color information
#B1AE30 (or 0xB1AE30) is known color: Earls Green. HEX triplet: B1, AE and 30. RGB value is (177,174,48). Sum of RGB (Red+Green+Blue) = 177+174+48=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AE30 is #4E51CF. Grayscale: #A1A1A1. Windows color (decimal): -5132752 or 3190449. OLE color: 3190449.
HSL color Cylindrical-coordinate representation of color #B1AE30: hue angle of 58.6º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1AE30 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 174 | 48 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.31 |
| HSL | 58.6º | 0.57% | 0.44% | - |
| HSV(B) | 58.6º | 0.73% | 0.69% | - |
| XYZ | 33.8 | 39.83 | 8.7 | - |
| YUV | 160.53 | 64.49 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 174 | 48 | 0 | 0.02 | 0.73 | 0.31 | 58.6 | 0.57 | 0.44 |
| Hex | B1 | AE | 30 | 0 | 2 | 49 | 1F | 3B | 39 | 2C |
| Octal | 261 | 256 | 60 | 0 | 2 | 111 | 37 | 73 | 71 | 54 |
| Binary | 10110001 | 10101110 | 110000 | 0 | 10 | 1001001 | 11111 | 111011 | 111001 | 101100 |
Color Harmonies of #B1AE30
Complementary color
Monochromatic Colors of #B1AE30
Black with #B1AE30
Text Example
Text Example
White with #B1AE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AE30; }
p { color: rgb(177,174,48); }
H1.HeaderClassName
{
color: #B1AE30;
}
.AnyTagClassName
{
color: #B1AE30;
}
</style>
background-color css
<style>
a { background-color: #B1AE30; }
a { background-color: rgb(177,174,48); }
div.DivClassName
{
background-color: #B1AE30;
}
.BgClassName
{
background-color: #B1AE30;
}
</style>
border-color css
<style>
span { border-color: #B1AE30; }
span { border-color: rgb(177,174,48); }
td.TdClassName
{
border-color: #B1AE30;
}
.TagClassName
{
border-color: #B1AE30;
}
</style>