Shades of Norway #9AB08A
Tints of Norway #9AB08A
RGB
CMYK
RGB Variations
Color information
#9AB08A (or 0x9AB08A) is known color: Norway. HEX triplet: 9A, B0 and 8A. RGB value is (154,176,138). Sum of RGB (Red+Green+Blue) = 154+176+138=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB08A is #654F75. Grayscale: #A5A5A5. Windows color (decimal): -6639478 or 9089178. OLE color: 9089178.
HSL color Cylindrical-coordinate representation of color #9AB08A: hue angle of 94.74º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9AB08A is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 176 | 138 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.31 |
| HSL | 94.74º | 0.19% | 0.62% | - |
| HSV(B) | 94.74º | 0.22% | 0.69% | - |
| XYZ | 33.44 | 39.76 | 29.96 | - |
| YUV | 165.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 176 | 138 | 0.12 | 0 | 0.22 | 0.31 | 94.74 | 0.19 | 0.62 |
| Hex | 9A | B0 | 8A | C | 0 | 16 | 1F | 5F | 13 | 3E |
| Octal | 232 | 260 | 212 | 14 | 0 | 26 | 37 | 137 | 23 | 76 |
| Binary | 10011010 | 10110000 | 10001010 | 1100 | 0 | 10110 | 11111 | 1011111 | 10011 | 111110 |
Color Harmonies of #9AB08A
Complementary color
Monochromatic Colors of #9AB08A
Black with #9AB08A
Text Example
Text Example
White with #9AB08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB08A; }
p { color: rgb(154,176,138); }
H1.HeaderClassName
{
color: #9AB08A;
}
.AnyTagClassName
{
color: #9AB08A;
}
</style>
background-color css
<style>
a { background-color: #9AB08A; }
a { background-color: rgb(154,176,138); }
div.DivClassName
{
background-color: #9AB08A;
}
.BgClassName
{
background-color: #9AB08A;
}
</style>
border-color css
<style>
span { border-color: #9AB08A; }
span { border-color: rgb(154,176,138); }
td.TdClassName
{
border-color: #9AB08A;
}
.TagClassName
{
border-color: #9AB08A;
}
</style>