Shades of Earls Green #B6A11C
Tints of Earls Green #B6A11C
RGB
CMYK
RGB Variations
Color information
#B6A11C (or 0xB6A11C) is known color: Earls Green. HEX triplet: B6, A1 and 1C. RGB value is (182,161,28). Sum of RGB (Red+Green+Blue) = 182+161+28=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A11C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A11C is #495EE3. Grayscale: #989898. Windows color (decimal): -4808420 or 1876406. OLE color: 1876406.
HSL color Cylindrical-coordinate representation of color #B6A11C: hue angle of 51.82º 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 #B6A11C is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 161 | 28 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.29 |
| HSL | 51.82º | 0.73% | 0.41% | - |
| HSV(B) | 51.82º | 0.85% | 0.71% | - |
| XYZ | 32.25 | 35.52 | 6.25 | - |
| YUV | 152.12 | 57.96 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 161 | 28 | 0 | 0.12 | 0.85 | 0.29 | 51.82 | 0.73 | 0.41 |
| Hex | B6 | A1 | 1C | 0 | C | 55 | 1D | 34 | 49 | 29 |
| Octal | 266 | 241 | 34 | 0 | 14 | 125 | 35 | 64 | 111 | 51 |
| Binary | 10110110 | 10100001 | 11100 | 0 | 1100 | 1010101 | 11101 | 110100 | 1001001 | 101001 |
Color Harmonies of #B6A11C
Complementary color
Monochromatic Colors of #B6A11C
Black with #B6A11C
Text Example
Text Example
White with #B6A11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A11C; }
p { color: rgb(182,161,28); }
H1.HeaderClassName
{
color: #B6A11C;
}
.AnyTagClassName
{
color: #B6A11C;
}
</style>
background-color css
<style>
a { background-color: #B6A11C; }
a { background-color: rgb(182,161,28); }
div.DivClassName
{
background-color: #B6A11C;
}
.BgClassName
{
background-color: #B6A11C;
}
</style>
border-color css
<style>
span { border-color: #B6A11C; }
span { border-color: rgb(182,161,28); }
td.TdClassName
{
border-color: #B6A11C;
}
.TagClassName
{
border-color: #B6A11C;
}
</style>