Shades of Earls Green #B5A21C
Tints of Earls Green #B5A21C
RGB
CMYK
RGB Variations
Color information
#B5A21C (or 0xB5A21C) is known color: Earls Green. HEX triplet: B5, A2 and 1C. RGB value is (181,162,28). Sum of RGB (Red+Green+Blue) = 181+162+28=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A21C is #4A5DE3. Grayscale: #989898. Windows color (decimal): -4873700 or 1876661. OLE color: 1876661.
HSL color Cylindrical-coordinate representation of color #B5A21C: hue angle of 52.55º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5A21C is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 162 | 28 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.29 |
| HSL | 52.55º | 0.73% | 0.41% | - |
| HSV(B) | 52.55º | 0.85% | 0.71% | - |
| XYZ | 32.19 | 35.75 | 6.3 | - |
| YUV | 152.41 | 57.79 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 162 | 28 | 0 | 0.10 | 0.85 | 0.29 | 52.55 | 0.73 | 0.41 |
| Hex | B5 | A2 | 1C | 0 | A | 55 | 1D | 35 | 49 | 29 |
| Octal | 265 | 242 | 34 | 0 | 12 | 125 | 35 | 65 | 111 | 51 |
| Binary | 10110101 | 10100010 | 11100 | 0 | 1010 | 1010101 | 11101 | 110101 | 1001001 | 101001 |
Color Harmonies of #B5A21C
Complementary color
Monochromatic Colors of #B5A21C
Black with #B5A21C
Text Example
Text Example
White with #B5A21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A21C; }
p { color: rgb(181,162,28); }
H1.HeaderClassName
{
color: #B5A21C;
}
.AnyTagClassName
{
color: #B5A21C;
}
</style>
background-color css
<style>
a { background-color: #B5A21C; }
a { background-color: rgb(181,162,28); }
div.DivClassName
{
background-color: #B5A21C;
}
.BgClassName
{
background-color: #B5A21C;
}
</style>
border-color css
<style>
span { border-color: #B5A21C; }
span { border-color: rgb(181,162,28); }
td.TdClassName
{
border-color: #B5A21C;
}
.TagClassName
{
border-color: #B5A21C;
}
</style>