Shades of Norway #9ABA8A
Tints of Norway #9ABA8A
RGB
CMYK
RGB Variations
Color information
#9ABA8A (or 0x9ABA8A) is known color: Norway. HEX triplet: 9A, BA and 8A. RGB value is (154,186,138). Sum of RGB (Red+Green+Blue) = 154+186+138=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABA8A is #654575. Grayscale: #ABABAB. Windows color (decimal): -6636918 or 9091738. OLE color: 9091738.
HSL color Cylindrical-coordinate representation of color #9ABA8A: hue angle of 100º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ABA8A is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 186 | 138 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.27 |
| HSL | 100º | 0.26% | 0.64% | - |
| HSV(B) | 100º | 0.26% | 0.73% | - |
| XYZ | 35.47 | 43.82 | 30.63 | - |
| YUV | 170.96 | 109.4 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 186 | 138 | 0.17 | 0 | 0.26 | 0.27 | 100 | 0.26 | 0.64 |
| Hex | 9A | BA | 8A | 11 | 0 | 1A | 1B | 64 | 1A | 40 |
| Octal | 232 | 272 | 212 | 21 | 0 | 32 | 33 | 144 | 32 | 100 |
| Binary | 10011010 | 10111010 | 10001010 | 10001 | 0 | 11010 | 11011 | 1100100 | 11010 | 1000000 |
Color Harmonies of #9ABA8A
Complementary color
Monochromatic Colors of #9ABA8A
Black with #9ABA8A
Text Example
Text Example
White with #9ABA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABA8A; }
p { color: rgb(154,186,138); }
H1.HeaderClassName
{
color: #9ABA8A;
}
.AnyTagClassName
{
color: #9ABA8A;
}
</style>
background-color css
<style>
a { background-color: #9ABA8A; }
a { background-color: rgb(154,186,138); }
div.DivClassName
{
background-color: #9ABA8A;
}
.BgClassName
{
background-color: #9ABA8A;
}
</style>
border-color css
<style>
span { border-color: #9ABA8A; }
span { border-color: rgb(154,186,138); }
td.TdClassName
{
border-color: #9ABA8A;
}
.TagClassName
{
border-color: #9ABA8A;
}
</style>