Shades of Norway #9CA694
Tints of Norway #9CA694
RGB
CMYK
RGB Variations
Color information
#9CA694 (or 0x9CA694) is known color: Norway. HEX triplet: 9C, A6 and 94. RGB value is (156,166,148). Sum of RGB (Red+Green+Blue) = 156+166+148=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 166 - color contains mainly: green. Hex color #9CA694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA694 is #63596B. Grayscale: #A1A1A1. Windows color (decimal): -6510956 or 9741980. OLE color: 9741980.
HSL color Cylindrical-coordinate representation of color #9CA694: hue angle of 93.33º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9CA694 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 166 | 148 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.35 |
| HSL | 93.33º | 0.09% | 0.62% | - |
| HSV(B) | 93.33º | 0.11% | 0.65% | - |
| XYZ | 32.69 | 36.48 | 33.33 | - |
| YUV | 160.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 166 | 148 | 0.06 | 0 | 0.11 | 0.35 | 93.33 | 0.09 | 0.62 |
| Hex | 9C | A6 | 94 | 6 | 0 | B | 23 | 5D | 9 | 3E |
| Octal | 234 | 246 | 224 | 6 | 0 | 13 | 43 | 135 | 11 | 76 |
| Binary | 10011100 | 10100110 | 10010100 | 110 | 0 | 1011 | 100011 | 1011101 | 1001 | 111110 |
Color Harmonies of #9CA694
Complementary color
Monochromatic Colors of #9CA694
Black with #9CA694
Text Example
Text Example
White with #9CA694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA694; }
p { color: rgb(156,166,148); }
H1.HeaderClassName
{
color: #9CA694;
}
.AnyTagClassName
{
color: #9CA694;
}
</style>
background-color css
<style>
a { background-color: #9CA694; }
a { background-color: rgb(156,166,148); }
div.DivClassName
{
background-color: #9CA694;
}
.BgClassName
{
background-color: #9CA694;
}
</style>
border-color css
<style>
span { border-color: #9CA694; }
span { border-color: rgb(156,166,148); }
td.TdClassName
{
border-color: #9CA694;
}
.TagClassName
{
border-color: #9CA694;
}
</style>