Shades of Norway #9CA792
Tints of Norway #9CA792
RGB
CMYK
RGB Variations
Color information
#9CA792 (or 0x9CA792) is known color: Norway. HEX triplet: 9C, A7 and 92. RGB value is (156,167,146). Sum of RGB (Red+Green+Blue) = 156+167+146=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 167 - color contains mainly: green. Hex color #9CA792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA792 is #63586D. Grayscale: #A1A1A1. Windows color (decimal): -6510702 or 9611164. OLE color: 9611164.
HSL color Cylindrical-coordinate representation of color #9CA792: hue angle of 91.43º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9CA792 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 167 | 146 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.35 |
| HSL | 91.43º | 0.11% | 0.61% | - |
| HSV(B) | 91.43º | 0.13% | 0.65% | - |
| XYZ | 32.72 | 36.78 | 32.57 | - |
| YUV | 161.32 | 119.36 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 167 | 146 | 0.07 | 0 | 0.13 | 0.35 | 91.43 | 0.11 | 0.61 |
| Hex | 9C | A7 | 92 | 7 | 0 | D | 23 | 5B | B | 3D |
| Octal | 234 | 247 | 222 | 7 | 0 | 15 | 43 | 133 | 13 | 75 |
| Binary | 10011100 | 10100111 | 10010010 | 111 | 0 | 1101 | 100011 | 1011011 | 1011 | 111101 |
Color Harmonies of #9CA792
Complementary color
Monochromatic Colors of #9CA792
Black with #9CA792
Text Example
Text Example
White with #9CA792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA792; }
p { color: rgb(156,167,146); }
H1.HeaderClassName
{
color: #9CA792;
}
.AnyTagClassName
{
color: #9CA792;
}
</style>
background-color css
<style>
a { background-color: #9CA792; }
a { background-color: rgb(156,167,146); }
div.DivClassName
{
background-color: #9CA792;
}
.BgClassName
{
background-color: #9CA792;
}
</style>
border-color css
<style>
span { border-color: #9CA792; }
span { border-color: rgb(156,167,146); }
td.TdClassName
{
border-color: #9CA792;
}
.TagClassName
{
border-color: #9CA792;
}
</style>