Shades of Earls Green #B1A423
Tints of Earls Green #B1A423
RGB
CMYK
RGB Variations
Color information
#B1A423 (or 0xB1A423) is known color: Earls Green. HEX triplet: B1, A4 and 23. RGB value is (177,164,35). Sum of RGB (Red+Green+Blue) = 177+164+35=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 35 (14.06% from 255 or 9.31% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A423 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A423 is #4E5BDC. Grayscale: #999999. Windows color (decimal): -5135325 or 2335921. OLE color: 2335921.
HSL color Cylindrical-coordinate representation of color #B1A423: hue angle of 54.51º 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 #B1A423 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 164 | 35 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.31 |
| HSL | 54.51º | 0.67% | 0.42% | - |
| HSV(B) | 54.51º | 0.8% | 0.69% | - |
| XYZ | 31.71 | 36.02 | 6.87 | - |
| YUV | 153.18 | 61.31 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 164 | 35 | 0 | 0.07 | 0.80 | 0.31 | 54.51 | 0.67 | 0.42 |
| Hex | B1 | A4 | 23 | 0 | 7 | 50 | 1F | 37 | 43 | 2A |
| Octal | 261 | 244 | 43 | 0 | 7 | 120 | 37 | 67 | 103 | 52 |
| Binary | 10110001 | 10100100 | 100011 | 0 | 111 | 1010000 | 11111 | 110111 | 1000011 | 101010 |
Color Harmonies of #B1A423
Complementary color
Monochromatic Colors of #B1A423
Black with #B1A423
Text Example
Text Example
White with #B1A423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A423; }
p { color: rgb(177,164,35); }
H1.HeaderClassName
{
color: #B1A423;
}
.AnyTagClassName
{
color: #B1A423;
}
</style>
background-color css
<style>
a { background-color: #B1A423; }
a { background-color: rgb(177,164,35); }
div.DivClassName
{
background-color: #B1A423;
}
.BgClassName
{
background-color: #B1A423;
}
</style>
border-color css
<style>
span { border-color: #B1A423; }
span { border-color: rgb(177,164,35); }
td.TdClassName
{
border-color: #B1A423;
}
.TagClassName
{
border-color: #B1A423;
}
</style>