Shades of Norway #9AB883
Tints of Norway #9AB883
RGB
CMYK
RGB Variations
Color information
#9AB883 (or 0x9AB883) is known color: Norway. HEX triplet: 9A, B8 and 83. RGB value is (154,184,131). Sum of RGB (Red+Green+Blue) = 154+184+131=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB883 is #65477C. Grayscale: #A9A9A9. Windows color (decimal): -6637437 or 8632474. OLE color: 8632474.
HSL color Cylindrical-coordinate representation of color #9AB883: hue angle of 93.96º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AB883 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 184 | 131 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.28 |
| HSL | 93.96º | 0.27% | 0.62% | - |
| HSV(B) | 93.96º | 0.29% | 0.72% | - |
| XYZ | 34.56 | 42.79 | 27.91 | - |
| YUV | 168.99 | 106.56 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 184 | 131 | 0.16 | 0 | 0.29 | 0.28 | 93.96 | 0.27 | 0.62 |
| Hex | 9A | B8 | 83 | 10 | 0 | 1D | 1C | 5E | 1B | 3E |
| Octal | 232 | 270 | 203 | 20 | 0 | 35 | 34 | 136 | 33 | 76 |
| Binary | 10011010 | 10111000 | 10000011 | 10000 | 0 | 11101 | 11100 | 1011110 | 11011 | 111110 |
Color Harmonies of #9AB883
Complementary color
Monochromatic Colors of #9AB883
Black with #9AB883
Text Example
Text Example
White with #9AB883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB883; }
p { color: rgb(154,184,131); }
H1.HeaderClassName
{
color: #9AB883;
}
.AnyTagClassName
{
color: #9AB883;
}
</style>
background-color css
<style>
a { background-color: #9AB883; }
a { background-color: rgb(154,184,131); }
div.DivClassName
{
background-color: #9AB883;
}
.BgClassName
{
background-color: #9AB883;
}
</style>
border-color css
<style>
span { border-color: #9AB883; }
span { border-color: rgb(154,184,131); }
td.TdClassName
{
border-color: #9AB883;
}
.TagClassName
{
border-color: #9AB883;
}
</style>