Shades of Norway #9CA695
Tints of Norway #9CA695
RGB
CMYK
RGB Variations
Color information
#9CA695 (or 0x9CA695) is known color: Norway. HEX triplet: 9C, A6 and 95. RGB value is (156,166,149). Sum of RGB (Red+Green+Blue) = 156+166+149=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 166 - color contains mainly: green. Hex color #9CA695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA695 is #63596A. Grayscale: #A1A1A1. Windows color (decimal): -6510955 or 9807516. OLE color: 9807516.
HSL color Cylindrical-coordinate representation of color #9CA695: hue angle of 95.29º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9CA695 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 166 | 149 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.35 |
| HSL | 95.29º | 0.09% | 0.62% | - |
| HSV(B) | 95.29º | 0.1% | 0.65% | - |
| XYZ | 32.77 | 36.51 | 33.75 | - |
| YUV | 161.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 166 | 149 | 0.06 | 0 | 0.10 | 0.35 | 95.29 | 0.09 | 0.62 |
| Hex | 9C | A6 | 95 | 6 | 0 | A | 23 | 5F | 9 | 3E |
| Octal | 234 | 246 | 225 | 6 | 0 | 12 | 43 | 137 | 11 | 76 |
| Binary | 10011100 | 10100110 | 10010101 | 110 | 0 | 1010 | 100011 | 1011111 | 1001 | 111110 |
Color Harmonies of #9CA695
Complementary color
Monochromatic Colors of #9CA695
Black with #9CA695
Text Example
Text Example
White with #9CA695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA695; }
p { color: rgb(156,166,149); }
H1.HeaderClassName
{
color: #9CA695;
}
.AnyTagClassName
{
color: #9CA695;
}
</style>
background-color css
<style>
a { background-color: #9CA695; }
a { background-color: rgb(156,166,149); }
div.DivClassName
{
background-color: #9CA695;
}
.BgClassName
{
background-color: #9CA695;
}
</style>
border-color css
<style>
span { border-color: #9CA695; }
span { border-color: rgb(156,166,149); }
td.TdClassName
{
border-color: #9CA695;
}
.TagClassName
{
border-color: #9CA695;
}
</style>