Shades of Norway #9CA88E
Tints of Norway #9CA88E
RGB
CMYK
RGB Variations
Color information
#9CA88E (or 0x9CA88E) is known color: Norway. HEX triplet: 9C, A8 and 8E. RGB value is (156,168,142). Sum of RGB (Red+Green+Blue) = 156+168+142=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA88E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA88E is #635771. Grayscale: #A1A1A1. Windows color (decimal): -6510450 or 9349276. OLE color: 9349276.
HSL color Cylindrical-coordinate representation of color #9CA88E: hue angle of 87.69º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9CA88E is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 156 | 168 | 142 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.34 |
| HSL | 87.69º | 0.13% | 0.61% | - |
| HSV(B) | 87.69º | 0.15% | 0.66% | - |
| XYZ | 32.6 | 37.03 | 31.02 | - |
| YUV | 161.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 168 | 142 | 0.07 | 0 | 0.15 | 0.34 | 87.69 | 0.13 | 0.61 |
| Hex | 9C | A8 | 8E | 7 | 0 | F | 22 | 58 | D | 3D |
| Octal | 234 | 250 | 216 | 7 | 0 | 17 | 42 | 130 | 15 | 75 |
| Binary | 10011100 | 10101000 | 10001110 | 111 | 0 | 1111 | 100010 | 1011000 | 1101 | 111101 |
Color Harmonies of #9CA88E
Complementary color
Monochromatic Colors of #9CA88E
Black with #9CA88E
Text Example
Text Example
White with #9CA88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA88E; }
p { color: rgb(156,168,142); }
H1.HeaderClassName
{
color: #9CA88E;
}
.AnyTagClassName
{
color: #9CA88E;
}
</style>
background-color css
<style>
a { background-color: #9CA88E; }
a { background-color: rgb(156,168,142); }
div.DivClassName
{
background-color: #9CA88E;
}
.BgClassName
{
background-color: #9CA88E;
}
</style>
border-color css
<style>
span { border-color: #9CA88E; }
span { border-color: rgb(156,168,142); }
td.TdClassName
{
border-color: #9CA88E;
}
.TagClassName
{
border-color: #9CA88E;
}
</style>