Shades of Norway #9CBA88
Tints of Norway #9CBA88
RGB
CMYK
RGB Variations
Color information
#9CBA88 (or 0x9CBA88) is known color: Norway. HEX triplet: 9C, BA and 88. RGB value is (156,186,136). Sum of RGB (Red+Green+Blue) = 156+186+136=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBA88 is #634577. Grayscale: #ABABAB. Windows color (decimal): -6505848 or 8960668. OLE color: 8960668.
HSL color Cylindrical-coordinate representation of color #9CBA88: hue angle of 96º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CBA88 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 186 | 136 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.27 |
| HSL | 96º | 0.27% | 0.63% | - |
| HSV(B) | 96º | 0.27% | 0.73% | - |
| XYZ | 35.71 | 43.96 | 29.9 | - |
| YUV | 171.33 | 108.06 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 136 | 0.16 | 0 | 0.27 | 0.27 | 96 | 0.27 | 0.63 |
| Hex | 9C | BA | 88 | 10 | 0 | 1B | 1B | 60 | 1B | 3F |
| Octal | 234 | 272 | 210 | 20 | 0 | 33 | 33 | 140 | 33 | 77 |
| Binary | 10011100 | 10111010 | 10001000 | 10000 | 0 | 11011 | 11011 | 1100000 | 11011 | 111111 |
Color Harmonies of #9CBA88
Complementary color
Monochromatic Colors of #9CBA88
Black with #9CBA88
Text Example
Text Example
White with #9CBA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBA88; }
p { color: rgb(156,186,136); }
H1.HeaderClassName
{
color: #9CBA88;
}
.AnyTagClassName
{
color: #9CBA88;
}
</style>
background-color css
<style>
a { background-color: #9CBA88; }
a { background-color: rgb(156,186,136); }
div.DivClassName
{
background-color: #9CBA88;
}
.BgClassName
{
background-color: #9CBA88;
}
</style>
border-color css
<style>
span { border-color: #9CBA88; }
span { border-color: rgb(156,186,136); }
td.TdClassName
{
border-color: #9CBA88;
}
.TagClassName
{
border-color: #9CBA88;
}
</style>