Shades of Earls Green #B1AF23
Tints of Earls Green #B1AF23
RGB
CMYK
RGB Variations
Color information
#B1AF23 (or 0xB1AF23) is known color: Earls Green. HEX triplet: B1, AF and 23. RGB value is (177,175,35). Sum of RGB (Red+Green+Blue) = 177+175+35=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 35 (14.06% from 255 or 9.04% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AF23 is #4E50DC. Grayscale: #A0A0A0. Windows color (decimal): -5132509 or 2338737. OLE color: 2338737.
HSL color Cylindrical-coordinate representation of color #B1AF23: hue angle of 59.15º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1AF23 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 175 | 35 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.31 |
| HSL | 59.15º | 0.67% | 0.42% | - |
| HSV(B) | 59.15º | 0.8% | 0.69% | - |
| XYZ | 33.76 | 40.13 | 7.56 | - |
| YUV | 159.64 | 57.66 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 35 | 0 | 0.01 | 0.80 | 0.31 | 59.15 | 0.67 | 0.42 |
| Hex | B1 | AF | 23 | 0 | 1 | 50 | 1F | 3B | 43 | 2A |
| Octal | 261 | 257 | 43 | 0 | 1 | 120 | 37 | 73 | 103 | 52 |
| Binary | 10110001 | 10101111 | 100011 | 0 | 1 | 1010000 | 11111 | 111011 | 1000011 | 101010 |
Color Harmonies of #B1AF23
Complementary color
Monochromatic Colors of #B1AF23
Black with #B1AF23
Text Example
Text Example
White with #B1AF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AF23; }
p { color: rgb(177,175,35); }
H1.HeaderClassName
{
color: #B1AF23;
}
.AnyTagClassName
{
color: #B1AF23;
}
</style>
background-color css
<style>
a { background-color: #B1AF23; }
a { background-color: rgb(177,175,35); }
div.DivClassName
{
background-color: #B1AF23;
}
.BgClassName
{
background-color: #B1AF23;
}
</style>
border-color css
<style>
span { border-color: #B1AF23; }
span { border-color: rgb(177,175,35); }
td.TdClassName
{
border-color: #B1AF23;
}
.TagClassName
{
border-color: #B1AF23;
}
</style>