Shades of Earls Green #B1A327
Tints of Earls Green #B1A327
RGB
CMYK
RGB Variations
Color information
#B1A327 (or 0xB1A327) is known color: Earls Green. HEX triplet: B1, A3 and 27. RGB value is (177,163,39). Sum of RGB (Red+Green+Blue) = 177+163+39=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 39 (15.62% from 255 or 10.29% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A327 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A327 is #4E5CD8. Grayscale: #999999. Windows color (decimal): -5135577 or 2597809. OLE color: 2597809.
HSL color Cylindrical-coordinate representation of color #B1A327: hue angle of 53.91º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B1A327 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 39 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.31 |
| HSL | 53.91º | 0.64% | 0.42% | - |
| HSV(B) | 53.91º | 0.78% | 0.69% | - |
| XYZ | 31.59 | 35.69 | 7.14 | - |
| YUV | 153.05 | 63.64 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 39 | 0 | 0.08 | 0.78 | 0.31 | 53.91 | 0.64 | 0.42 |
| Hex | B1 | A3 | 27 | 0 | 8 | 4E | 1F | 36 | 40 | 2A |
| Octal | 261 | 243 | 47 | 0 | 10 | 116 | 37 | 66 | 100 | 52 |
| Binary | 10110001 | 10100011 | 100111 | 0 | 1000 | 1001110 | 11111 | 110110 | 1000000 | 101010 |
Color Harmonies of #B1A327
Complementary color
Monochromatic Colors of #B1A327
Black with #B1A327
Text Example
Text Example
White with #B1A327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A327; }
p { color: rgb(177,163,39); }
H1.HeaderClassName
{
color: #B1A327;
}
.AnyTagClassName
{
color: #B1A327;
}
</style>
background-color css
<style>
a { background-color: #B1A327; }
a { background-color: rgb(177,163,39); }
div.DivClassName
{
background-color: #B1A327;
}
.BgClassName
{
background-color: #B1A327;
}
</style>
border-color css
<style>
span { border-color: #B1A327; }
span { border-color: rgb(177,163,39); }
td.TdClassName
{
border-color: #B1A327;
}
.TagClassName
{
border-color: #B1A327;
}
</style>