Shades of Norway #9AB985
Tints of Norway #9AB985
RGB
CMYK
RGB Variations
Color information
#9AB985 (or 0x9AB985) is known color: Norway. HEX triplet: 9A, B9 and 85. RGB value is (154,185,133). Sum of RGB (Red+Green+Blue) = 154+185+133=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB985 is #65467A. Grayscale: #A9A9A9. Windows color (decimal): -6637179 or 8763802. OLE color: 8763802.
HSL color Cylindrical-coordinate representation of color #9AB985: hue angle of 95.77º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AB985 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 185 | 133 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.27 |
| HSL | 95.77º | 0.27% | 0.62% | - |
| HSV(B) | 95.77º | 0.28% | 0.73% | - |
| XYZ | 34.91 | 43.26 | 28.7 | - |
| YUV | 169.8 | 107.23 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 133 | 0.17 | 0 | 0.28 | 0.27 | 95.77 | 0.27 | 0.62 |
| Hex | 9A | B9 | 85 | 11 | 0 | 1C | 1B | 60 | 1B | 3E |
| Octal | 232 | 271 | 205 | 21 | 0 | 34 | 33 | 140 | 33 | 76 |
| Binary | 10011010 | 10111001 | 10000101 | 10001 | 0 | 11100 | 11011 | 1100000 | 11011 | 111110 |
Color Harmonies of #9AB985
Complementary color
Monochromatic Colors of #9AB985
Black with #9AB985
Text Example
Text Example
White with #9AB985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB985; }
p { color: rgb(154,185,133); }
H1.HeaderClassName
{
color: #9AB985;
}
.AnyTagClassName
{
color: #9AB985;
}
</style>
background-color css
<style>
a { background-color: #9AB985; }
a { background-color: rgb(154,185,133); }
div.DivClassName
{
background-color: #9AB985;
}
.BgClassName
{
background-color: #9AB985;
}
</style>
border-color css
<style>
span { border-color: #9AB985; }
span { border-color: rgb(154,185,133); }
td.TdClassName
{
border-color: #9AB985;
}
.TagClassName
{
border-color: #9AB985;
}
</style>