Shades of Norway #9AAE88
Tints of Norway #9AAE88
RGB
CMYK
RGB Variations
Color information
#9AAE88 (or 0x9AAE88) is known color: Norway. HEX triplet: 9A, AE and 88. RGB value is (154,174,136). Sum of RGB (Red+Green+Blue) = 154+174+136=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAE88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAE88 is #655177. Grayscale: #A3A3A3. Windows color (decimal): -6639992 or 8957594. OLE color: 8957594.
HSL color Cylindrical-coordinate representation of color #9AAE88: hue angle of 91.58º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9AAE88 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 174 | 136 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.32 |
| HSL | 91.58º | 0.19% | 0.61% | - |
| HSV(B) | 91.58º | 0.22% | 0.68% | - |
| XYZ | 32.91 | 38.92 | 29.07 | - |
| YUV | 163.69 | 112.37 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 174 | 136 | 0.11 | 0 | 0.22 | 0.32 | 91.58 | 0.19 | 0.61 |
| Hex | 9A | AE | 88 | B | 0 | 16 | 20 | 5C | 13 | 3D |
| Octal | 232 | 256 | 210 | 13 | 0 | 26 | 40 | 134 | 23 | 75 |
| Binary | 10011010 | 10101110 | 10001000 | 1011 | 0 | 10110 | 100000 | 1011100 | 10011 | 111101 |
Color Harmonies of #9AAE88
Complementary color
Monochromatic Colors of #9AAE88
Black with #9AAE88
Text Example
Text Example
White with #9AAE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAE88; }
p { color: rgb(154,174,136); }
H1.HeaderClassName
{
color: #9AAE88;
}
.AnyTagClassName
{
color: #9AAE88;
}
</style>
background-color css
<style>
a { background-color: #9AAE88; }
a { background-color: rgb(154,174,136); }
div.DivClassName
{
background-color: #9AAE88;
}
.BgClassName
{
background-color: #9AAE88;
}
</style>
border-color css
<style>
span { border-color: #9AAE88; }
span { border-color: rgb(154,174,136); }
td.TdClassName
{
border-color: #9AAE88;
}
.TagClassName
{
border-color: #9AAE88;
}
</style>