Shades of Earls Green #B1A930
Tints of Earls Green #B1A930
RGB
CMYK
RGB Variations
Color information
#B1A930 (or 0xB1A930) is known color: Earls Green. HEX triplet: B1, A9 and 30. RGB value is (177,169,48). Sum of RGB (Red+Green+Blue) = 177+169+48=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A930 is #4E56CF. Grayscale: #9E9E9E. Windows color (decimal): -5134032 or 3189169. OLE color: 3189169.
HSL color Cylindrical-coordinate representation of color #B1A930: hue angle of 56.28º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1A930 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 169 | 48 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.31 |
| HSL | 56.28º | 0.57% | 0.44% | - |
| HSV(B) | 56.28º | 0.73% | 0.69% | - |
| XYZ | 32.85 | 37.94 | 8.39 | - |
| YUV | 157.6 | 66.15 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 48 | 0 | 0.05 | 0.73 | 0.31 | 56.28 | 0.57 | 0.44 |
| Hex | B1 | A9 | 30 | 0 | 5 | 49 | 1F | 38 | 39 | 2C |
| Octal | 261 | 251 | 60 | 0 | 5 | 111 | 37 | 70 | 71 | 54 |
| Binary | 10110001 | 10101001 | 110000 | 0 | 101 | 1001001 | 11111 | 111000 | 111001 | 101100 |
Color Harmonies of #B1A930
Complementary color
Monochromatic Colors of #B1A930
Black with #B1A930
Text Example
Text Example
White with #B1A930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A930; }
p { color: rgb(177,169,48); }
H1.HeaderClassName
{
color: #B1A930;
}
.AnyTagClassName
{
color: #B1A930;
}
</style>
background-color css
<style>
a { background-color: #B1A930; }
a { background-color: rgb(177,169,48); }
div.DivClassName
{
background-color: #B1A930;
}
.BgClassName
{
background-color: #B1A930;
}
</style>
border-color css
<style>
span { border-color: #B1A930; }
span { border-color: rgb(177,169,48); }
td.TdClassName
{
border-color: #B1A930;
}
.TagClassName
{
border-color: #B1A930;
}
</style>