Shades of Norway #9ABA88
Tints of Norway #9ABA88
RGB
CMYK
RGB Variations
Color information
#9ABA88 (or 0x9ABA88) is known color: Norway. HEX triplet: 9A, BA and 88. RGB value is (154,186,136). Sum of RGB (Red+Green+Blue) = 154+186+136=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABA88 is #654577. Grayscale: #AAAAAA. Windows color (decimal): -6636920 or 8960666. OLE color: 8960666.
HSL color Cylindrical-coordinate representation of color #9ABA88: hue angle of 98.4º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ABA88 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 186 | 136 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.27 |
| HSL | 98.4º | 0.27% | 0.63% | - |
| HSV(B) | 98.4º | 0.27% | 0.73% | - |
| XYZ | 35.33 | 43.77 | 29.88 | - |
| YUV | 170.73 | 108.4 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 186 | 136 | 0.17 | 0 | 0.27 | 0.27 | 98.4 | 0.27 | 0.63 |
| Hex | 9A | BA | 88 | 11 | 0 | 1B | 1B | 62 | 1B | 3F |
| Octal | 232 | 272 | 210 | 21 | 0 | 33 | 33 | 142 | 33 | 77 |
| Binary | 10011010 | 10111010 | 10001000 | 10001 | 0 | 11011 | 11011 | 1100010 | 11011 | 111111 |
Color Harmonies of #9ABA88
Complementary color
Monochromatic Colors of #9ABA88
Black with #9ABA88
Text Example
Text Example
White with #9ABA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABA88; }
p { color: rgb(154,186,136); }
H1.HeaderClassName
{
color: #9ABA88;
}
.AnyTagClassName
{
color: #9ABA88;
}
</style>
background-color css
<style>
a { background-color: #9ABA88; }
a { background-color: rgb(154,186,136); }
div.DivClassName
{
background-color: #9ABA88;
}
.BgClassName
{
background-color: #9ABA88;
}
</style>
border-color css
<style>
span { border-color: #9ABA88; }
span { border-color: rgb(154,186,136); }
td.TdClassName
{
border-color: #9ABA88;
}
.TagClassName
{
border-color: #9ABA88;
}
</style>