Shades of Norway #9AA592
Tints of Norway #9AA592
RGB
CMYK
RGB Variations
Color information
#9AA592 (or 0x9AA592) is known color: Norway. HEX triplet: 9A, A5 and 92. RGB value is (154,165,146). Sum of RGB (Red+Green+Blue) = 154+165+146=465 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.12% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 165 - color contains mainly: green. Hex color #9AA592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA592 is #655A6D. Grayscale: #9F9F9F. Windows color (decimal): -6642286 or 9610650. OLE color: 9610650.
HSL color Cylindrical-coordinate representation of color #9AA592: hue angle of 94.74º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9AA592 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 165 | 146 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.35 |
| HSL | 94.74º | 0.1% | 0.61% | - |
| HSV(B) | 94.74º | 0.12% | 0.65% | - |
| XYZ | 31.97 | 35.86 | 32.43 | - |
| YUV | 159.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 165 | 146 | 0.07 | 0 | 0.12 | 0.35 | 94.74 | 0.1 | 0.61 |
| Hex | 9A | A5 | 92 | 7 | 0 | C | 23 | 5F | A | 3D |
| Octal | 232 | 245 | 222 | 7 | 0 | 14 | 43 | 137 | 12 | 75 |
| Binary | 10011010 | 10100101 | 10010010 | 111 | 0 | 1100 | 100011 | 1011111 | 1010 | 111101 |
Color Harmonies of #9AA592
Complementary color
Monochromatic Colors of #9AA592
Black with #9AA592
Text Example
Text Example
White with #9AA592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA592; }
p { color: rgb(154,165,146); }
H1.HeaderClassName
{
color: #9AA592;
}
.AnyTagClassName
{
color: #9AA592;
}
</style>
background-color css
<style>
a { background-color: #9AA592; }
a { background-color: rgb(154,165,146); }
div.DivClassName
{
background-color: #9AA592;
}
.BgClassName
{
background-color: #9AA592;
}
</style>
border-color css
<style>
span { border-color: #9AA592; }
span { border-color: rgb(154,165,146); }
td.TdClassName
{
border-color: #9AA592;
}
.TagClassName
{
border-color: #9AA592;
}
</style>