Shades of Earls Green #B1A32C
Tints of Earls Green #B1A32C
RGB
CMYK
RGB Variations
Color information
#B1A32C (or 0xB1A32C) is known color: Earls Green. HEX triplet: B1, A3 and 2C. RGB value is (177,163,44). Sum of RGB (Red+Green+Blue) = 177+163+44=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 163 (64.06% from 255 or 42.45% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A32C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A32C is #4E5CD3. Grayscale: #9A9A9A. Windows color (decimal): -5135572 or 2925489. OLE color: 2925489.
HSL color Cylindrical-coordinate representation of color #B1A32C: hue angle of 53.68º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1A32C is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 44 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.31 |
| HSL | 53.68º | 0.6% | 0.43% | - |
| HSV(B) | 53.68º | 0.75% | 0.69% | - |
| XYZ | 31.68 | 35.72 | 7.61 | - |
| YUV | 153.62 | 66.14 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 44 | 0 | 0.08 | 0.75 | 0.31 | 53.68 | 0.6 | 0.43 |
| Hex | B1 | A3 | 2C | 0 | 8 | 4B | 1F | 36 | 3C | 2B |
| Octal | 261 | 243 | 54 | 0 | 10 | 113 | 37 | 66 | 74 | 53 |
| Binary | 10110001 | 10100011 | 101100 | 0 | 1000 | 1001011 | 11111 | 110110 | 111100 | 101011 |
Color Harmonies of #B1A32C
Complementary color
Monochromatic Colors of #B1A32C
Black with #B1A32C
Text Example
Text Example
White with #B1A32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A32C; }
p { color: rgb(177,163,44); }
H1.HeaderClassName
{
color: #B1A32C;
}
.AnyTagClassName
{
color: #B1A32C;
}
</style>
background-color css
<style>
a { background-color: #B1A32C; }
a { background-color: rgb(177,163,44); }
div.DivClassName
{
background-color: #B1A32C;
}
.BgClassName
{
background-color: #B1A32C;
}
</style>
border-color css
<style>
span { border-color: #B1A32C; }
span { border-color: rgb(177,163,44); }
td.TdClassName
{
border-color: #B1A32C;
}
.TagClassName
{
border-color: #B1A32C;
}
</style>