Shades of Earls Green #B6AD28
Tints of Earls Green #B6AD28
RGB
CMYK
RGB Variations
Color information
#B6AD28 (or 0xB6AD28) is known color: Earls Green. HEX triplet: B6, AD and 28. RGB value is (182,173,40). Sum of RGB (Red+Green+Blue) = 182+173+40=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AD28 is #4952D7. Grayscale: #A1A1A1. Windows color (decimal): -4805336 or 2665910. OLE color: 2665910.
HSL color Cylindrical-coordinate representation of color #B6AD28: hue angle of 56.2º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B6AD28 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 173 | 40 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.29 |
| HSL | 56.2º | 0.64% | 0.44% | - |
| HSV(B) | 56.2º | 0.78% | 0.71% | - |
| XYZ | 34.62 | 39.99 | 7.9 | - |
| YUV | 160.53 | 59.98 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 173 | 40 | 0 | 0.05 | 0.78 | 0.29 | 56.2 | 0.64 | 0.44 |
| Hex | B6 | AD | 28 | 0 | 5 | 4E | 1D | 38 | 40 | 2C |
| Octal | 266 | 255 | 50 | 0 | 5 | 116 | 35 | 70 | 100 | 54 |
| Binary | 10110110 | 10101101 | 101000 | 0 | 101 | 1001110 | 11101 | 111000 | 1000000 | 101100 |
Color Harmonies of #B6AD28
Complementary color
Monochromatic Colors of #B6AD28
Black with #B6AD28
Text Example
Text Example
White with #B6AD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AD28; }
p { color: rgb(182,173,40); }
H1.HeaderClassName
{
color: #B6AD28;
}
.AnyTagClassName
{
color: #B6AD28;
}
</style>
background-color css
<style>
a { background-color: #B6AD28; }
a { background-color: rgb(182,173,40); }
div.DivClassName
{
background-color: #B6AD28;
}
.BgClassName
{
background-color: #B6AD28;
}
</style>
border-color css
<style>
span { border-color: #B6AD28; }
span { border-color: rgb(182,173,40); }
td.TdClassName
{
border-color: #B6AD28;
}
.TagClassName
{
border-color: #B6AD28;
}
</style>