Shades of Earls Green #B1A727
Tints of Earls Green #B1A727
RGB
CMYK
RGB Variations
Color information
#B1A727 (or 0xB1A727) is known color: Earls Green. HEX triplet: B1, A7 and 27. RGB value is (177,167,39). Sum of RGB (Red+Green+Blue) = 177+167+39=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 39 (15.62% from 255 or 10.18% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A727 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A727 is #4E58D8. Grayscale: #9B9B9B. Windows color (decimal): -5134553 or 2598833. OLE color: 2598833.
HSL color Cylindrical-coordinate representation of color #B1A727: hue angle of 55.65º 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 #B1A727 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 167 | 39 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.31 |
| HSL | 55.65º | 0.64% | 0.42% | - |
| HSV(B) | 55.65º | 0.78% | 0.69% | - |
| XYZ | 32.32 | 37.13 | 7.38 | - |
| YUV | 155.4 | 62.31 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 167 | 39 | 0 | 0.06 | 0.78 | 0.31 | 55.65 | 0.64 | 0.42 |
| Hex | B1 | A7 | 27 | 0 | 6 | 4E | 1F | 38 | 40 | 2A |
| Octal | 261 | 247 | 47 | 0 | 6 | 116 | 37 | 70 | 100 | 52 |
| Binary | 10110001 | 10100111 | 100111 | 0 | 110 | 1001110 | 11111 | 111000 | 1000000 | 101010 |
Color Harmonies of #B1A727
Complementary color
Monochromatic Colors of #B1A727
Black with #B1A727
Text Example
Text Example
White with #B1A727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A727; }
p { color: rgb(177,167,39); }
H1.HeaderClassName
{
color: #B1A727;
}
.AnyTagClassName
{
color: #B1A727;
}
</style>
background-color css
<style>
a { background-color: #B1A727; }
a { background-color: rgb(177,167,39); }
div.DivClassName
{
background-color: #B1A727;
}
.BgClassName
{
background-color: #B1A727;
}
</style>
border-color css
<style>
span { border-color: #B1A727; }
span { border-color: rgb(177,167,39); }
td.TdClassName
{
border-color: #B1A727;
}
.TagClassName
{
border-color: #B1A727;
}
</style>