Shades of Norway #9CB58A
Tints of Norway #9CB58A
RGB
CMYK
RGB Variations
Color information
#9CB58A (or 0x9CB58A) is known color: Norway. HEX triplet: 9C, B5 and 8A. RGB value is (156,181,138). Sum of RGB (Red+Green+Blue) = 156+181+138=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB58A is #634A75. Grayscale: #A8A8A8. Windows color (decimal): -6507126 or 9090460. OLE color: 9090460.
HSL color Cylindrical-coordinate representation of color #9CB58A: hue angle of 94.88º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CB58A is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 181 | 138 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.29 |
| HSL | 94.88º | 0.23% | 0.63% | - |
| HSV(B) | 94.88º | 0.24% | 0.71% | - |
| XYZ | 34.82 | 41.95 | 30.31 | - |
| YUV | 168.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 181 | 138 | 0.14 | 0 | 0.24 | 0.29 | 94.88 | 0.23 | 0.63 |
| Hex | 9C | B5 | 8A | E | 0 | 18 | 1D | 5F | 17 | 3F |
| Octal | 234 | 265 | 212 | 16 | 0 | 30 | 35 | 137 | 27 | 77 |
| Binary | 10011100 | 10110101 | 10001010 | 1110 | 0 | 11000 | 11101 | 1011111 | 10111 | 111111 |
Color Harmonies of #9CB58A
Complementary color
Monochromatic Colors of #9CB58A
Black with #9CB58A
Text Example
Text Example
White with #9CB58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB58A; }
p { color: rgb(156,181,138); }
H1.HeaderClassName
{
color: #9CB58A;
}
.AnyTagClassName
{
color: #9CB58A;
}
</style>
background-color css
<style>
a { background-color: #9CB58A; }
a { background-color: rgb(156,181,138); }
div.DivClassName
{
background-color: #9CB58A;
}
.BgClassName
{
background-color: #9CB58A;
}
</style>
border-color css
<style>
span { border-color: #9CB58A; }
span { border-color: rgb(156,181,138); }
td.TdClassName
{
border-color: #9CB58A;
}
.TagClassName
{
border-color: #9CB58A;
}
</style>