Shades of Norway #9CB38D
Tints of Norway #9CB38D
RGB
CMYK
RGB Variations
Color information
#9CB38D (or 0x9CB38D) is known color: Norway. HEX triplet: 9C, B3 and 8D. RGB value is (156,179,141). Sum of RGB (Red+Green+Blue) = 156+179+141=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB38D is #634C72. Grayscale: #A7A7A7. Windows color (decimal): -6507635 or 9286556. OLE color: 9286556.
HSL color Cylindrical-coordinate representation of color #9CB38D: hue angle of 96.32º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9CB38D is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 179 | 141 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.30 |
| HSL | 96.32º | 0.2% | 0.63% | - |
| HSV(B) | 96.32º | 0.21% | 0.7% | - |
| XYZ | 34.64 | 41.23 | 31.33 | - |
| YUV | 167.79 | 112.88 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 179 | 141 | 0.13 | 0 | 0.21 | 0.30 | 96.32 | 0.2 | 0.63 |
| Hex | 9C | B3 | 8D | D | 0 | 15 | 1E | 60 | 14 | 3F |
| Octal | 234 | 263 | 215 | 15 | 0 | 25 | 36 | 140 | 24 | 77 |
| Binary | 10011100 | 10110011 | 10001101 | 1101 | 0 | 10101 | 11110 | 1100000 | 10100 | 111111 |
Color Harmonies of #9CB38D
Complementary color
Monochromatic Colors of #9CB38D
Black with #9CB38D
Text Example
Text Example
White with #9CB38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB38D; }
p { color: rgb(156,179,141); }
H1.HeaderClassName
{
color: #9CB38D;
}
.AnyTagClassName
{
color: #9CB38D;
}
</style>
background-color css
<style>
a { background-color: #9CB38D; }
a { background-color: rgb(156,179,141); }
div.DivClassName
{
background-color: #9CB38D;
}
.BgClassName
{
background-color: #9CB38D;
}
</style>
border-color css
<style>
span { border-color: #9CB38D; }
span { border-color: rgb(156,179,141); }
td.TdClassName
{
border-color: #9CB38D;
}
.TagClassName
{
border-color: #9CB38D;
}
</style>