Shades of Earls Green #B6AD2A
Tints of Earls Green #B6AD2A
RGB
CMYK
RGB Variations
Color information
#B6AD2A (or 0xB6AD2A) is known color: Earls Green. HEX triplet: B6, AD and 2A. RGB value is (182,173,42). Sum of RGB (Red+Green+Blue) = 182+173+42=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AD2A is #4952D5. Grayscale: #A1A1A1. Windows color (decimal): -4805334 or 2796982. OLE color: 2796982.
HSL color Cylindrical-coordinate representation of color #B6AD2A: hue angle of 56.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6AD2A is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 173 | 42 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.29 |
| HSL | 56.14º | 0.63% | 0.44% | - |
| HSV(B) | 56.14º | 0.77% | 0.71% | - |
| XYZ | 34.65 | 40 | 8.08 | - |
| YUV | 160.76 | 60.98 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 173 | 42 | 0 | 0.05 | 0.77 | 0.29 | 56.14 | 0.63 | 0.44 |
| Hex | B6 | AD | 2A | 0 | 5 | 4D | 1D | 38 | 3E | 2C |
| Octal | 266 | 255 | 52 | 0 | 5 | 115 | 35 | 70 | 76 | 54 |
| Binary | 10110110 | 10101101 | 101010 | 0 | 101 | 1001101 | 11101 | 111000 | 111110 | 101100 |
Color Harmonies of #B6AD2A
Complementary color
Monochromatic Colors of #B6AD2A
Black with #B6AD2A
Text Example
Text Example
White with #B6AD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AD2A; }
p { color: rgb(182,173,42); }
H1.HeaderClassName
{
color: #B6AD2A;
}
.AnyTagClassName
{
color: #B6AD2A;
}
</style>
background-color css
<style>
a { background-color: #B6AD2A; }
a { background-color: rgb(182,173,42); }
div.DivClassName
{
background-color: #B6AD2A;
}
.BgClassName
{
background-color: #B6AD2A;
}
</style>
border-color css
<style>
span { border-color: #B6AD2A; }
span { border-color: rgb(182,173,42); }
td.TdClassName
{
border-color: #B6AD2A;
}
.TagClassName
{
border-color: #B6AD2A;
}
</style>