Shades of Earls Green #B6A51F
Tints of Earls Green #B6A51F
RGB
CMYK
RGB Variations
Color information
#B6A51F (or 0xB6A51F) is known color: Earls Green. HEX triplet: B6, A5 and 1F. RGB value is (182,165,31). Sum of RGB (Red+Green+Blue) = 182+165+31=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 31 (12.5% from 255 or 8.20% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A51F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A51F is #495AE0. Grayscale: #9B9B9B. Windows color (decimal): -4807393 or 2074038. OLE color: 2074038.
HSL color Cylindrical-coordinate representation of color #B6A51F: hue angle of 53.25º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B6A51F is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 165 | 31 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.29 |
| HSL | 53.25º | 0.71% | 0.42% | - |
| HSV(B) | 53.25º | 0.83% | 0.71% | - |
| XYZ | 32.99 | 36.95 | 6.69 | - |
| YUV | 154.81 | 58.13 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 165 | 31 | 0 | 0.09 | 0.83 | 0.29 | 53.25 | 0.71 | 0.42 |
| Hex | B6 | A5 | 1F | 0 | 9 | 53 | 1D | 35 | 47 | 2A |
| Octal | 266 | 245 | 37 | 0 | 11 | 123 | 35 | 65 | 107 | 52 |
| Binary | 10110110 | 10100101 | 11111 | 0 | 1001 | 1010011 | 11101 | 110101 | 1000111 | 101010 |
Color Harmonies of #B6A51F
Complementary color
Monochromatic Colors of #B6A51F
Black with #B6A51F
Text Example
Text Example
White with #B6A51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A51F; }
p { color: rgb(182,165,31); }
H1.HeaderClassName
{
color: #B6A51F;
}
.AnyTagClassName
{
color: #B6A51F;
}
</style>
background-color css
<style>
a { background-color: #B6A51F; }
a { background-color: rgb(182,165,31); }
div.DivClassName
{
background-color: #B6A51F;
}
.BgClassName
{
background-color: #B6A51F;
}
</style>
border-color css
<style>
span { border-color: #B6A51F; }
span { border-color: rgb(182,165,31); }
td.TdClassName
{
border-color: #B6A51F;
}
.TagClassName
{
border-color: #B6A51F;
}
</style>