Shades of Earls Green #B1A223
Tints of Earls Green #B1A223
RGB
CMYK
RGB Variations
Color information
#B1A223 (or 0xB1A223) is known color: Earls Green. HEX triplet: B1, A2 and 23. RGB value is (177,162,35). Sum of RGB (Red+Green+Blue) = 177+162+35=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 35 (14.06% from 255 or 9.36% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A223 is #4E5DDC. Grayscale: #989898. Windows color (decimal): -5135837 or 2335409. OLE color: 2335409.
HSL color Cylindrical-coordinate representation of color #B1A223: hue angle of 53.66º 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 #B1A223 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 162 | 35 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.31 |
| HSL | 53.66º | 0.67% | 0.42% | - |
| HSV(B) | 53.66º | 0.8% | 0.69% | - |
| XYZ | 31.36 | 35.31 | 6.75 | - |
| YUV | 152.01 | 61.97 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 162 | 35 | 0 | 0.08 | 0.80 | 0.31 | 53.66 | 0.67 | 0.42 |
| Hex | B1 | A2 | 23 | 0 | 8 | 50 | 1F | 36 | 43 | 2A |
| Octal | 261 | 242 | 43 | 0 | 10 | 120 | 37 | 66 | 103 | 52 |
| Binary | 10110001 | 10100010 | 100011 | 0 | 1000 | 1010000 | 11111 | 110110 | 1000011 | 101010 |
Color Harmonies of #B1A223
Complementary color
Monochromatic Colors of #B1A223
Black with #B1A223
Text Example
Text Example
White with #B1A223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A223; }
p { color: rgb(177,162,35); }
H1.HeaderClassName
{
color: #B1A223;
}
.AnyTagClassName
{
color: #B1A223;
}
</style>
background-color css
<style>
a { background-color: #B1A223; }
a { background-color: rgb(177,162,35); }
div.DivClassName
{
background-color: #B1A223;
}
.BgClassName
{
background-color: #B1A223;
}
</style>
border-color css
<style>
span { border-color: #B1A223; }
span { border-color: rgb(177,162,35); }
td.TdClassName
{
border-color: #B1A223;
}
.TagClassName
{
border-color: #B1A223;
}
</style>