Shades of Norway #9BAC90
Tints of Norway #9BAC90
RGB
CMYK
RGB Variations
Color information
#9BAC90 (or 0x9BAC90) is known color: Norway. HEX triplet: 9B, AC and 90. RGB value is (155,172,144). Sum of RGB (Red+Green+Blue) = 155+172+144=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAC90 is #64536F. Grayscale: #A3A3A3. Windows color (decimal): -6574960 or 9481371. OLE color: 9481371.
HSL color Cylindrical-coordinate representation of color #9BAC90: hue angle of 96.43º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9BAC90 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 144 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.33 |
| HSL | 96.43º | 0.14% | 0.62% | - |
| HSV(B) | 96.43º | 0.16% | 0.67% | - |
| XYZ | 33.3 | 38.49 | 32.06 | - |
| YUV | 163.73 | 116.87 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 144 | 0.10 | 0 | 0.16 | 0.33 | 96.43 | 0.14 | 0.62 |
| Hex | 9B | AC | 90 | A | 0 | 10 | 21 | 60 | E | 3E |
| Octal | 233 | 254 | 220 | 12 | 0 | 20 | 41 | 140 | 16 | 76 |
| Binary | 10011011 | 10101100 | 10010000 | 1010 | 0 | 10000 | 100001 | 1100000 | 1110 | 111110 |
Color Harmonies of #9BAC90
Complementary color
Monochromatic Colors of #9BAC90
Black with #9BAC90
Text Example
Text Example
White with #9BAC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAC90; }
p { color: rgb(155,172,144); }
H1.HeaderClassName
{
color: #9BAC90;
}
.AnyTagClassName
{
color: #9BAC90;
}
</style>
background-color css
<style>
a { background-color: #9BAC90; }
a { background-color: rgb(155,172,144); }
div.DivClassName
{
background-color: #9BAC90;
}
.BgClassName
{
background-color: #9BAC90;
}
</style>
border-color css
<style>
span { border-color: #9BAC90; }
span { border-color: rgb(155,172,144); }
td.TdClassName
{
border-color: #9BAC90;
}
.TagClassName
{
border-color: #9BAC90;
}
</style>