Shades of Earls Green #B6A90E
Tints of Earls Green #B6A90E
RGB
CMYK
RGB Variations
Color information
#B6A90E (or 0xB6A90E) is known color: Earls Green. HEX triplet: B6, A9 and 0E. RGB value is (182,169,14). Sum of RGB (Red+Green+Blue) = 182+169+14=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 169 (66.41% from 255 or 46.30% from 365); Blue value is 14 (5.86% from 255 or 3.84% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A90E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A90E is #4956F1. Grayscale: #9B9B9B. Windows color (decimal): -4806386 or 960950. OLE color: 960950.
HSL color Cylindrical-coordinate representation of color #B6A90E: hue angle of 55.36º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B6A90E is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 169 | 14 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.29 |
| HSL | 55.36º | 0.86% | 0.38% | - |
| HSV(B) | 55.36º | 0.92% | 0.71% | - |
| XYZ | 33.56 | 38.35 | 6.05 | - |
| YUV | 155.22 | 48.31 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 169 | 14 | 0 | 0.07 | 0.92 | 0.29 | 55.36 | 0.86 | 0.38 |
| Hex | B6 | A9 | E | 0 | 7 | 5C | 1D | 37 | 56 | 26 |
| Octal | 266 | 251 | 16 | 0 | 7 | 134 | 35 | 67 | 126 | 46 |
| Binary | 10110110 | 10101001 | 1110 | 0 | 111 | 1011100 | 11101 | 110111 | 1010110 | 100110 |
Color Harmonies of #B6A90E
Complementary color
Monochromatic Colors of #B6A90E
Black with #B6A90E
Text Example
Text Example
White with #B6A90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A90E; }
p { color: rgb(182,169,14); }
H1.HeaderClassName
{
color: #B6A90E;
}
.AnyTagClassName
{
color: #B6A90E;
}
</style>
background-color css
<style>
a { background-color: #B6A90E; }
a { background-color: rgb(182,169,14); }
div.DivClassName
{
background-color: #B6A90E;
}
.BgClassName
{
background-color: #B6A90E;
}
</style>
border-color css
<style>
span { border-color: #B6A90E; }
span { border-color: rgb(182,169,14); }
td.TdClassName
{
border-color: #B6A90E;
}
.TagClassName
{
border-color: #B6A90E;
}
</style>