Shades of Norway #9CB38B
Tints of Norway #9CB38B
RGB
CMYK
RGB Variations
Color information
#9CB38B (or 0x9CB38B) is known color: Norway. HEX triplet: 9C, B3 and 8B. RGB value is (156,179,139). Sum of RGB (Red+Green+Blue) = 156+179+139=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB38B is #634C74. Grayscale: #A7A7A7. Windows color (decimal): -6507637 or 9155484. OLE color: 9155484.
HSL color Cylindrical-coordinate representation of color #9CB38B: hue angle of 94.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9CB38B is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 179 | 139 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.30 |
| HSL | 94.5º | 0.21% | 0.62% | - |
| HSV(B) | 94.5º | 0.22% | 0.7% | - |
| XYZ | 34.49 | 41.17 | 30.56 | - |
| YUV | 167.56 | 111.88 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 179 | 139 | 0.13 | 0 | 0.22 | 0.30 | 94.5 | 0.21 | 0.62 |
| Hex | 9C | B3 | 8B | D | 0 | 16 | 1E | 5E | 15 | 3E |
| Octal | 234 | 263 | 213 | 15 | 0 | 26 | 36 | 136 | 25 | 76 |
| Binary | 10011100 | 10110011 | 10001011 | 1101 | 0 | 10110 | 11110 | 1011110 | 10101 | 111110 |
Color Harmonies of #9CB38B
Complementary color
Monochromatic Colors of #9CB38B
Black with #9CB38B
Text Example
Text Example
White with #9CB38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB38B; }
p { color: rgb(156,179,139); }
H1.HeaderClassName
{
color: #9CB38B;
}
.AnyTagClassName
{
color: #9CB38B;
}
</style>
background-color css
<style>
a { background-color: #9CB38B; }
a { background-color: rgb(156,179,139); }
div.DivClassName
{
background-color: #9CB38B;
}
.BgClassName
{
background-color: #9CB38B;
}
</style>
border-color css
<style>
span { border-color: #9CB38B; }
span { border-color: rgb(156,179,139); }
td.TdClassName
{
border-color: #9CB38B;
}
.TagClassName
{
border-color: #9CB38B;
}
</style>