Shades of Earls Green #B6B320
Tints of Earls Green #B6B320
RGB
CMYK
RGB Variations
Color information
#B6B320 (or 0xB6B320) is known color: Earls Green. HEX triplet: B6, B3 and 20. RGB value is (182,179,32). Sum of RGB (Red+Green+Blue) = 182+179+32=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B320 is #494CDF. Grayscale: #A3A3A3. Windows color (decimal): -4803808 or 2143158. OLE color: 2143158.
HSL color Cylindrical-coordinate representation of color #B6B320: hue angle of 58.8º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B6B320 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 179 | 32 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.29 |
| HSL | 58.8º | 0.7% | 0.42% | - |
| HSV(B) | 58.8º | 0.82% | 0.71% | - |
| XYZ | 35.67 | 42.29 | 7.65 | - |
| YUV | 163.14 | 53.99 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 179 | 32 | 0 | 0.02 | 0.82 | 0.29 | 58.8 | 0.7 | 0.42 |
| Hex | B6 | B3 | 20 | 0 | 2 | 52 | 1D | 3B | 46 | 2A |
| Octal | 266 | 263 | 40 | 0 | 2 | 122 | 35 | 73 | 106 | 52 |
| Binary | 10110110 | 10110011 | 100000 | 0 | 10 | 1010010 | 11101 | 111011 | 1000110 | 101010 |
Color Harmonies of #B6B320
Complementary color
Monochromatic Colors of #B6B320
Black with #B6B320
Text Example
Text Example
White with #B6B320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B320; }
p { color: rgb(182,179,32); }
H1.HeaderClassName
{
color: #B6B320;
}
.AnyTagClassName
{
color: #B6B320;
}
</style>
background-color css
<style>
a { background-color: #B6B320; }
a { background-color: rgb(182,179,32); }
div.DivClassName
{
background-color: #B6B320;
}
.BgClassName
{
background-color: #B6B320;
}
</style>
border-color css
<style>
span { border-color: #B6B320; }
span { border-color: rgb(182,179,32); }
td.TdClassName
{
border-color: #B6B320;
}
.TagClassName
{
border-color: #B6B320;
}
</style>