Shades of Norway #9CB28C
Tints of Norway #9CB28C
RGB
CMYK
RGB Variations
Color information
#9CB28C (or 0x9CB28C) is known color: Norway. HEX triplet: 9C, B2 and 8C. RGB value is (156,178,140). Sum of RGB (Red+Green+Blue) = 156+178+140=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB28C is #634D73. Grayscale: #A7A7A7. Windows color (decimal): -6507892 or 9220764. OLE color: 9220764.
HSL color Cylindrical-coordinate representation of color #9CB28C: hue angle of 94.74º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9CB28C is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 178 | 140 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.30 |
| HSL | 94.74º | 0.2% | 0.62% | - |
| HSV(B) | 94.74º | 0.21% | 0.7% | - |
| XYZ | 34.36 | 40.8 | 30.88 | - |
| YUV | 167.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 178 | 140 | 0.12 | 0 | 0.21 | 0.30 | 94.74 | 0.2 | 0.62 |
| Hex | 9C | B2 | 8C | C | 0 | 15 | 1E | 5F | 14 | 3E |
| Octal | 234 | 262 | 214 | 14 | 0 | 25 | 36 | 137 | 24 | 76 |
| Binary | 10011100 | 10110010 | 10001100 | 1100 | 0 | 10101 | 11110 | 1011111 | 10100 | 111110 |
Color Harmonies of #9CB28C
Complementary color
Monochromatic Colors of #9CB28C
Black with #9CB28C
Text Example
Text Example
White with #9CB28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB28C; }
p { color: rgb(156,178,140); }
H1.HeaderClassName
{
color: #9CB28C;
}
.AnyTagClassName
{
color: #9CB28C;
}
</style>
background-color css
<style>
a { background-color: #9CB28C; }
a { background-color: rgb(156,178,140); }
div.DivClassName
{
background-color: #9CB28C;
}
.BgClassName
{
background-color: #9CB28C;
}
</style>
border-color css
<style>
span { border-color: #9CB28C; }
span { border-color: rgb(156,178,140); }
td.TdClassName
{
border-color: #9CB28C;
}
.TagClassName
{
border-color: #9CB28C;
}
</style>