Shades of Norway #9CB08F
Tints of Norway #9CB08F
RGB
CMYK
RGB Variations
Color information
#9CB08F (or 0x9CB08F) is known color: Norway. HEX triplet: 9C, B0 and 8F. RGB value is (156,176,143). Sum of RGB (Red+Green+Blue) = 156+176+143=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB08F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB08F is #634F70. Grayscale: #A6A6A6. Windows color (decimal): -6508401 or 9416860. OLE color: 9416860.
HSL color Cylindrical-coordinate representation of color #9CB08F: hue angle of 96.36º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9CB08F is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 176 | 143 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.31 |
| HSL | 96.36º | 0.17% | 0.63% | - |
| HSV(B) | 96.36º | 0.19% | 0.69% | - |
| XYZ | 34.19 | 40.1 | 31.92 | - |
| YUV | 166.26 | 114.87 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 176 | 143 | 0.11 | 0 | 0.19 | 0.31 | 96.36 | 0.17 | 0.63 |
| Hex | 9C | B0 | 8F | B | 0 | 13 | 1F | 60 | 11 | 3F |
| Octal | 234 | 260 | 217 | 13 | 0 | 23 | 37 | 140 | 21 | 77 |
| Binary | 10011100 | 10110000 | 10001111 | 1011 | 0 | 10011 | 11111 | 1100000 | 10001 | 111111 |
Color Harmonies of #9CB08F
Complementary color
Monochromatic Colors of #9CB08F
Black with #9CB08F
Text Example
Text Example
White with #9CB08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB08F; }
p { color: rgb(156,176,143); }
H1.HeaderClassName
{
color: #9CB08F;
}
.AnyTagClassName
{
color: #9CB08F;
}
</style>
background-color css
<style>
a { background-color: #9CB08F; }
a { background-color: rgb(156,176,143); }
div.DivClassName
{
background-color: #9CB08F;
}
.BgClassName
{
background-color: #9CB08F;
}
</style>
border-color css
<style>
span { border-color: #9CB08F; }
span { border-color: rgb(156,176,143); }
td.TdClassName
{
border-color: #9CB08F;
}
.TagClassName
{
border-color: #9CB08F;
}
</style>