Shades of Earls Green #B1AE28
Tints of Earls Green #B1AE28
RGB
CMYK
RGB Variations
Color information
#B1AE28 (or 0xB1AE28) is known color: Earls Green. HEX triplet: B1, AE and 28. RGB value is (177,174,40). Sum of RGB (Red+Green+Blue) = 177+174+40=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AE28 is #4E51D7. Grayscale: #A0A0A0. Windows color (decimal): -5132760 or 2666161. OLE color: 2666161.
HSL color Cylindrical-coordinate representation of color #B1AE28: hue angle of 58.69º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1AE28 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 174 | 40 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.31 |
| HSL | 58.69º | 0.63% | 0.43% | - |
| HSV(B) | 58.69º | 0.77% | 0.69% | - |
| XYZ | 33.65 | 39.77 | 7.91 | - |
| YUV | 159.62 | 60.49 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 174 | 40 | 0 | 0.02 | 0.77 | 0.31 | 58.69 | 0.63 | 0.43 |
| Hex | B1 | AE | 28 | 0 | 2 | 4D | 1F | 3B | 3F | 2B |
| Octal | 261 | 256 | 50 | 0 | 2 | 115 | 37 | 73 | 77 | 53 |
| Binary | 10110001 | 10101110 | 101000 | 0 | 10 | 1001101 | 11111 | 111011 | 111111 | 101011 |
Color Harmonies of #B1AE28
Complementary color
Monochromatic Colors of #B1AE28
Black with #B1AE28
Text Example
Text Example
White with #B1AE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AE28; }
p { color: rgb(177,174,40); }
H1.HeaderClassName
{
color: #B1AE28;
}
.AnyTagClassName
{
color: #B1AE28;
}
</style>
background-color css
<style>
a { background-color: #B1AE28; }
a { background-color: rgb(177,174,40); }
div.DivClassName
{
background-color: #B1AE28;
}
.BgClassName
{
background-color: #B1AE28;
}
</style>
border-color css
<style>
span { border-color: #B1AE28; }
span { border-color: rgb(177,174,40); }
td.TdClassName
{
border-color: #B1AE28;
}
.TagClassName
{
border-color: #B1AE28;
}
</style>