Shades of Chateau Green #56A166
Tints of Chateau Green #56A166
RGB
CMYK
RGB Variations
Color information
#56A166 (or 0x56A166) is known color: Chateau Green. HEX triplet: 56, A1 and 66. RGB value is (86,161,102). Sum of RGB (Red+Green+Blue) = 86+161+102=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 161 - color contains mainly: green. Hex color #56A166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A166 is #A95E99. Grayscale: #848484. Windows color (decimal): -11099802 or 6725974. OLE color: 6725974.
HSL color Cylindrical-coordinate representation of color #56A166: hue angle of 132.8º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56A166 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 161 | 102 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.37 |
| HSL | 132.8º | 0.3% | 0.48% | - |
| HSV(B) | 132.8º | 0.47% | 0.63% | - |
| XYZ | 18.98 | 28.43 | 17.06 | - |
| YUV | 131.85 | 111.15 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 161 | 102 | 0.47 | 0 | 0.37 | 0.37 | 132.8 | 0.3 | 0.48 |
| Hex | 56 | A1 | 66 | 2F | 0 | 25 | 25 | 85 | 1E | 30 |
| Octal | 126 | 241 | 146 | 57 | 0 | 45 | 45 | 205 | 36 | 60 |
| Binary | 1010110 | 10100001 | 1100110 | 101111 | 0 | 100101 | 100101 | 10000101 | 11110 | 110000 |
Color Harmonies of #56A166
Complementary color
Monochromatic Colors of #56A166
Black with #56A166
Text Example
Text Example
White with #56A166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A166; }
p { color: rgb(86,161,102); }
H1.HeaderClassName
{
color: #56A166;
}
.AnyTagClassName
{
color: #56A166;
}
</style>
background-color css
<style>
a { background-color: #56A166; }
a { background-color: rgb(86,161,102); }
div.DivClassName
{
background-color: #56A166;
}
.BgClassName
{
background-color: #56A166;
}
</style>
border-color css
<style>
span { border-color: #56A166; }
span { border-color: rgb(86,161,102); }
td.TdClassName
{
border-color: #56A166;
}
.TagClassName
{
border-color: #56A166;
}
</style>