Shades of Norway #9CBA8B
Tints of Norway #9CBA8B
RGB
CMYK
RGB Variations
Color information
#9CBA8B (or 0x9CBA8B) is known color: Norway. HEX triplet: 9C, BA and 8B. RGB value is (156,186,139). Sum of RGB (Red+Green+Blue) = 156+186+139=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBA8B is #634574. Grayscale: #ABABAB. Windows color (decimal): -6505845 or 9157276. OLE color: 9157276.
HSL color Cylindrical-coordinate representation of color #9CBA8B: hue angle of 98.3º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CBA8B is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 186 | 139 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.27 |
| HSL | 98.3º | 0.25% | 0.64% | - |
| HSV(B) | 98.3º | 0.25% | 0.73% | - |
| XYZ | 35.93 | 44.05 | 31.03 | - |
| YUV | 171.67 | 109.56 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 139 | 0.16 | 0 | 0.25 | 0.27 | 98.3 | 0.25 | 0.64 |
| Hex | 9C | BA | 8B | 10 | 0 | 19 | 1B | 62 | 19 | 40 |
| Octal | 234 | 272 | 213 | 20 | 0 | 31 | 33 | 142 | 31 | 100 |
| Binary | 10011100 | 10111010 | 10001011 | 10000 | 0 | 11001 | 11011 | 1100010 | 11001 | 1000000 |
Color Harmonies of #9CBA8B
Complementary color
Monochromatic Colors of #9CBA8B
Black with #9CBA8B
Text Example
Text Example
White with #9CBA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBA8B; }
p { color: rgb(156,186,139); }
H1.HeaderClassName
{
color: #9CBA8B;
}
.AnyTagClassName
{
color: #9CBA8B;
}
</style>
background-color css
<style>
a { background-color: #9CBA8B; }
a { background-color: rgb(156,186,139); }
div.DivClassName
{
background-color: #9CBA8B;
}
.BgClassName
{
background-color: #9CBA8B;
}
</style>
border-color css
<style>
span { border-color: #9CBA8B; }
span { border-color: rgb(156,186,139); }
td.TdClassName
{
border-color: #9CBA8B;
}
.TagClassName
{
border-color: #9CBA8B;
}
</style>