Shades of Norway #9CB68C
Tints of Norway #9CB68C
RGB
CMYK
RGB Variations
Color information
#9CB68C (or 0x9CB68C) is known color: Norway. HEX triplet: 9C, B6 and 8C. RGB value is (156,182,140). Sum of RGB (Red+Green+Blue) = 156+182+140=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 182 - color contains mainly: green. Hex color #9CB68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB68C is #634973. Grayscale: #A9A9A9. Windows color (decimal): -6506868 or 9221788. OLE color: 9221788.
HSL color Cylindrical-coordinate representation of color #9CB68C: hue angle of 97.14º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CB68C is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 182 | 140 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.29 |
| HSL | 97.14º | 0.22% | 0.63% | - |
| HSV(B) | 97.14º | 0.23% | 0.71% | - |
| XYZ | 35.17 | 42.42 | 31.14 | - |
| YUV | 169.44 | 111.39 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 182 | 140 | 0.14 | 0 | 0.23 | 0.29 | 97.14 | 0.22 | 0.63 |
| Hex | 9C | B6 | 8C | E | 0 | 17 | 1D | 61 | 16 | 3F |
| Octal | 234 | 266 | 214 | 16 | 0 | 27 | 35 | 141 | 26 | 77 |
| Binary | 10011100 | 10110110 | 10001100 | 1110 | 0 | 10111 | 11101 | 1100001 | 10110 | 111111 |
Color Harmonies of #9CB68C
Complementary color
Monochromatic Colors of #9CB68C
Black with #9CB68C
Text Example
Text Example
White with #9CB68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB68C; }
p { color: rgb(156,182,140); }
H1.HeaderClassName
{
color: #9CB68C;
}
.AnyTagClassName
{
color: #9CB68C;
}
</style>
background-color css
<style>
a { background-color: #9CB68C; }
a { background-color: rgb(156,182,140); }
div.DivClassName
{
background-color: #9CB68C;
}
.BgClassName
{
background-color: #9CB68C;
}
</style>
border-color css
<style>
span { border-color: #9CB68C; }
span { border-color: rgb(156,182,140); }
td.TdClassName
{
border-color: #9CB68C;
}
.TagClassName
{
border-color: #9CB68C;
}
</style>