Shades of Norway #9CB38A
Tints of Norway #9CB38A
RGB
CMYK
RGB Variations
Color information
#9CB38A (or 0x9CB38A) is known color: Norway. HEX triplet: 9C, B3 and 8A. RGB value is (156,179,138). Sum of RGB (Red+Green+Blue) = 156+179+138=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB38A is #634C75. Grayscale: #A7A7A7. Windows color (decimal): -6507638 or 9089948. OLE color: 9089948.
HSL color Cylindrical-coordinate representation of color #9CB38A: hue angle of 93.66º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CB38A is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 179 | 138 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.30 |
| HSL | 93.66º | 0.21% | 0.62% | - |
| HSV(B) | 93.66º | 0.23% | 0.7% | - |
| XYZ | 34.42 | 41.14 | 30.17 | - |
| YUV | 167.45 | 111.38 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 179 | 138 | 0.13 | 0 | 0.23 | 0.30 | 93.66 | 0.21 | 0.62 |
| Hex | 9C | B3 | 8A | D | 0 | 17 | 1E | 5E | 15 | 3E |
| Octal | 234 | 263 | 212 | 15 | 0 | 27 | 36 | 136 | 25 | 76 |
| Binary | 10011100 | 10110011 | 10001010 | 1101 | 0 | 10111 | 11110 | 1011110 | 10101 | 111110 |
Color Harmonies of #9CB38A
Complementary color
Monochromatic Colors of #9CB38A
Black with #9CB38A
Text Example
Text Example
White with #9CB38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB38A; }
p { color: rgb(156,179,138); }
H1.HeaderClassName
{
color: #9CB38A;
}
.AnyTagClassName
{
color: #9CB38A;
}
</style>
background-color css
<style>
a { background-color: #9CB38A; }
a { background-color: rgb(156,179,138); }
div.DivClassName
{
background-color: #9CB38A;
}
.BgClassName
{
background-color: #9CB38A;
}
</style>
border-color css
<style>
span { border-color: #9CB38A; }
span { border-color: rgb(156,179,138); }
td.TdClassName
{
border-color: #9CB38A;
}
.TagClassName
{
border-color: #9CB38A;
}
</style>