Shades of Norway #9AB88C
Tints of Norway #9AB88C
RGB
CMYK
RGB Variations
Color information
#9AB88C (or 0x9AB88C) is known color: Norway. HEX triplet: 9A, B8 and 8C. RGB value is (154,184,140). Sum of RGB (Red+Green+Blue) = 154+184+140=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB88C is #654773. Grayscale: #AAAAAA. Windows color (decimal): -6637428 or 9222298. OLE color: 9222298.
HSL color Cylindrical-coordinate representation of color #9AB88C: hue angle of 100.91º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9AB88C is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 184 | 140 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.28 |
| HSL | 100.91º | 0.24% | 0.64% | - |
| HSV(B) | 100.91º | 0.24% | 0.72% | - |
| XYZ | 35.2 | 43.04 | 31.26 | - |
| YUV | 170.01 | 111.06 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 184 | 140 | 0.16 | 0 | 0.24 | 0.28 | 100.91 | 0.24 | 0.64 |
| Hex | 9A | B8 | 8C | 10 | 0 | 18 | 1C | 65 | 18 | 40 |
| Octal | 232 | 270 | 214 | 20 | 0 | 30 | 34 | 145 | 30 | 100 |
| Binary | 10011010 | 10111000 | 10001100 | 10000 | 0 | 11000 | 11100 | 1100101 | 11000 | 1000000 |
Color Harmonies of #9AB88C
Complementary color
Monochromatic Colors of #9AB88C
Black with #9AB88C
Text Example
Text Example
White with #9AB88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB88C; }
p { color: rgb(154,184,140); }
H1.HeaderClassName
{
color: #9AB88C;
}
.AnyTagClassName
{
color: #9AB88C;
}
</style>
background-color css
<style>
a { background-color: #9AB88C; }
a { background-color: rgb(154,184,140); }
div.DivClassName
{
background-color: #9AB88C;
}
.BgClassName
{
background-color: #9AB88C;
}
</style>
border-color css
<style>
span { border-color: #9AB88C; }
span { border-color: rgb(154,184,140); }
td.TdClassName
{
border-color: #9AB88C;
}
.TagClassName
{
border-color: #9AB88C;
}
</style>