Shades of Earls Green #B6AD2D
Tints of Earls Green #B6AD2D
RGB
CMYK
RGB Variations
Color information
#B6AD2D (or 0xB6AD2D) is known color: Earls Green. HEX triplet: B6, AD and 2D. RGB value is (182,173,45). Sum of RGB (Red+Green+Blue) = 182+173+45=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AD2D is #4952D2. Grayscale: #A1A1A1. Windows color (decimal): -4805331 or 2993590. OLE color: 2993590.
HSL color Cylindrical-coordinate representation of color #B6AD2D: hue angle of 56.06º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B6AD2D is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 173 | 45 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.29 |
| HSL | 56.06º | 0.6% | 0.45% | - |
| HSV(B) | 56.06º | 0.75% | 0.71% | - |
| XYZ | 34.71 | 40.02 | 8.38 | - |
| YUV | 161.1 | 62.48 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 173 | 45 | 0 | 0.05 | 0.75 | 0.29 | 56.06 | 0.6 | 0.45 |
| Hex | B6 | AD | 2D | 0 | 5 | 4B | 1D | 38 | 3C | 2D |
| Octal | 266 | 255 | 55 | 0 | 5 | 113 | 35 | 70 | 74 | 55 |
| Binary | 10110110 | 10101101 | 101101 | 0 | 101 | 1001011 | 11101 | 111000 | 111100 | 101101 |
Color Harmonies of #B6AD2D
Complementary color
Monochromatic Colors of #B6AD2D
Black with #B6AD2D
Text Example
Text Example
White with #B6AD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AD2D; }
p { color: rgb(182,173,45); }
H1.HeaderClassName
{
color: #B6AD2D;
}
.AnyTagClassName
{
color: #B6AD2D;
}
</style>
background-color css
<style>
a { background-color: #B6AD2D; }
a { background-color: rgb(182,173,45); }
div.DivClassName
{
background-color: #B6AD2D;
}
.BgClassName
{
background-color: #B6AD2D;
}
</style>
border-color css
<style>
span { border-color: #B6AD2D; }
span { border-color: rgb(182,173,45); }
td.TdClassName
{
border-color: #B6AD2D;
}
.TagClassName
{
border-color: #B6AD2D;
}
</style>