Shades of Norway #9CAB91
Tints of Norway #9CAB91
RGB
CMYK
RGB Variations
Color information
#9CAB91 (or 0x9CAB91) is known color: Norway. HEX triplet: 9C, AB and 91. RGB value is (156,171,145). Sum of RGB (Red+Green+Blue) = 156+171+145=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 171 - color contains mainly: green. Hex color #9CAB91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAB91 is #63546E. Grayscale: #A3A3A3. Windows color (decimal): -6509679 or 9546652. OLE color: 9546652.
HSL color Cylindrical-coordinate representation of color #9CAB91: hue angle of 94.62º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9CAB91 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 171 | 145 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.33 |
| HSL | 94.62º | 0.13% | 0.62% | - |
| HSV(B) | 94.62º | 0.15% | 0.67% | - |
| XYZ | 33.38 | 38.24 | 32.41 | - |
| YUV | 163.55 | 117.53 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 171 | 145 | 0.09 | 0 | 0.15 | 0.33 | 94.62 | 0.13 | 0.62 |
| Hex | 9C | AB | 91 | 9 | 0 | F | 21 | 5F | D | 3E |
| Octal | 234 | 253 | 221 | 11 | 0 | 17 | 41 | 137 | 15 | 76 |
| Binary | 10011100 | 10101011 | 10010001 | 1001 | 0 | 1111 | 100001 | 1011111 | 1101 | 111110 |
Color Harmonies of #9CAB91
Complementary color
Monochromatic Colors of #9CAB91
Black with #9CAB91
Text Example
Text Example
White with #9CAB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAB91; }
p { color: rgb(156,171,145); }
H1.HeaderClassName
{
color: #9CAB91;
}
.AnyTagClassName
{
color: #9CAB91;
}
</style>
background-color css
<style>
a { background-color: #9CAB91; }
a { background-color: rgb(156,171,145); }
div.DivClassName
{
background-color: #9CAB91;
}
.BgClassName
{
background-color: #9CAB91;
}
</style>
border-color css
<style>
span { border-color: #9CAB91; }
span { border-color: rgb(156,171,145); }
td.TdClassName
{
border-color: #9CAB91;
}
.TagClassName
{
border-color: #9CAB91;
}
</style>