Shades of Norway #9AB684
Tints of Norway #9AB684
RGB
CMYK
RGB Variations
Color information
#9AB684 (or 0x9AB684) is known color: Norway. HEX triplet: 9A, B6 and 84. RGB value is (154,182,132). Sum of RGB (Red+Green+Blue) = 154+182+132=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB684 is #65497B. Grayscale: #A8A8A8. Windows color (decimal): -6637948 or 8697498. OLE color: 8697498.
HSL color Cylindrical-coordinate representation of color #9AB684: hue angle of 93.6º degrees, saturation: 0.26, 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 #9AB684 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 182 | 132 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.29 |
| HSL | 93.6º | 0.26% | 0.62% | - |
| HSV(B) | 93.6º | 0.27% | 0.71% | - |
| XYZ | 34.22 | 41.99 | 28.13 | - |
| YUV | 167.93 | 107.72 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 182 | 132 | 0.15 | 0 | 0.27 | 0.29 | 93.6 | 0.26 | 0.62 |
| Hex | 9A | B6 | 84 | F | 0 | 1B | 1D | 5E | 1A | 3E |
| Octal | 232 | 266 | 204 | 17 | 0 | 33 | 35 | 136 | 32 | 76 |
| Binary | 10011010 | 10110110 | 10000100 | 1111 | 0 | 11011 | 11101 | 1011110 | 11010 | 111110 |
Color Harmonies of #9AB684
Complementary color
Monochromatic Colors of #9AB684
Black with #9AB684
Text Example
Text Example
White with #9AB684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB684; }
p { color: rgb(154,182,132); }
H1.HeaderClassName
{
color: #9AB684;
}
.AnyTagClassName
{
color: #9AB684;
}
</style>
background-color css
<style>
a { background-color: #9AB684; }
a { background-color: rgb(154,182,132); }
div.DivClassName
{
background-color: #9AB684;
}
.BgClassName
{
background-color: #9AB684;
}
</style>
border-color css
<style>
span { border-color: #9AB684; }
span { border-color: rgb(154,182,132); }
td.TdClassName
{
border-color: #9AB684;
}
.TagClassName
{
border-color: #9AB684;
}
</style>