Shades of Earls Green #B1A523
Tints of Earls Green #B1A523
RGB
CMYK
RGB Variations
Color information
#B1A523 (or 0xB1A523) is known color: Earls Green. HEX triplet: B1, A5 and 23. RGB value is (177,165,35). Sum of RGB (Red+Green+Blue) = 177+165+35=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 35 (14.06% from 255 or 9.28% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A523 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A523 is #4E5ADC. Grayscale: #9A9A9A. Windows color (decimal): -5135069 or 2336177. OLE color: 2336177.
HSL color Cylindrical-coordinate representation of color #B1A523: hue angle of 54.93º 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 #B1A523 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 165 | 35 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.31 |
| HSL | 54.93º | 0.67% | 0.42% | - |
| HSV(B) | 54.93º | 0.8% | 0.69% | - |
| XYZ | 31.89 | 36.38 | 6.93 | - |
| YUV | 153.77 | 60.98 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 165 | 35 | 0 | 0.07 | 0.80 | 0.31 | 54.93 | 0.67 | 0.42 |
| Hex | B1 | A5 | 23 | 0 | 7 | 50 | 1F | 37 | 43 | 2A |
| Octal | 261 | 245 | 43 | 0 | 7 | 120 | 37 | 67 | 103 | 52 |
| Binary | 10110001 | 10100101 | 100011 | 0 | 111 | 1010000 | 11111 | 110111 | 1000011 | 101010 |
Color Harmonies of #B1A523
Complementary color
Monochromatic Colors of #B1A523
Black with #B1A523
Text Example
Text Example
White with #B1A523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A523; }
p { color: rgb(177,165,35); }
H1.HeaderClassName
{
color: #B1A523;
}
.AnyTagClassName
{
color: #B1A523;
}
</style>
background-color css
<style>
a { background-color: #B1A523; }
a { background-color: rgb(177,165,35); }
div.DivClassName
{
background-color: #B1A523;
}
.BgClassName
{
background-color: #B1A523;
}
</style>
border-color css
<style>
span { border-color: #B1A523; }
span { border-color: rgb(177,165,35); }
td.TdClassName
{
border-color: #B1A523;
}
.TagClassName
{
border-color: #B1A523;
}
</style>