Shades of Norway #9AB585
Tints of Norway #9AB585
RGB
CMYK
RGB Variations
Color information
#9AB585 (or 0x9AB585) is known color: Norway. HEX triplet: 9A, B5 and 85. RGB value is (154,181,133). Sum of RGB (Red+Green+Blue) = 154+181+133=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB585 is #654A7A. Grayscale: #A7A7A7. Windows color (decimal): -6638203 or 8762778. OLE color: 8762778.
HSL color Cylindrical-coordinate representation of color #9AB585: hue angle of 93.75º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AB585 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 181 | 133 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.29 |
| HSL | 93.75º | 0.24% | 0.62% | - |
| HSV(B) | 93.75º | 0.27% | 0.71% | - |
| XYZ | 34.08 | 41.61 | 28.43 | - |
| YUV | 167.46 | 108.55 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 181 | 133 | 0.15 | 0 | 0.27 | 0.29 | 93.75 | 0.24 | 0.62 |
| Hex | 9A | B5 | 85 | F | 0 | 1B | 1D | 5E | 18 | 3E |
| Octal | 232 | 265 | 205 | 17 | 0 | 33 | 35 | 136 | 30 | 76 |
| Binary | 10011010 | 10110101 | 10000101 | 1111 | 0 | 11011 | 11101 | 1011110 | 11000 | 111110 |
Color Harmonies of #9AB585
Complementary color
Monochromatic Colors of #9AB585
Black with #9AB585
Text Example
Text Example
White with #9AB585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB585; }
p { color: rgb(154,181,133); }
H1.HeaderClassName
{
color: #9AB585;
}
.AnyTagClassName
{
color: #9AB585;
}
</style>
background-color css
<style>
a { background-color: #9AB585; }
a { background-color: rgb(154,181,133); }
div.DivClassName
{
background-color: #9AB585;
}
.BgClassName
{
background-color: #9AB585;
}
</style>
border-color css
<style>
span { border-color: #9AB585; }
span { border-color: rgb(154,181,133); }
td.TdClassName
{
border-color: #9AB585;
}
.TagClassName
{
border-color: #9AB585;
}
</style>