Shades of Norway #9AB385
Tints of Norway #9AB385
RGB
CMYK
RGB Variations
Color information
#9AB385 (or 0x9AB385) is known color: Norway. HEX triplet: 9A, B3 and 85. RGB value is (154,179,133). Sum of RGB (Red+Green+Blue) = 154+179+133=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB385 is #654C7A. Grayscale: #A6A6A6. Windows color (decimal): -6638715 or 8762266. OLE color: 8762266.
HSL color Cylindrical-coordinate representation of color #9AB385: hue angle of 92.61º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9AB385 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 179 | 133 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.30 |
| HSL | 92.61º | 0.23% | 0.61% | - |
| HSV(B) | 92.61º | 0.26% | 0.7% | - |
| XYZ | 33.68 | 40.8 | 28.29 | - |
| YUV | 166.28 | 109.22 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 179 | 133 | 0.14 | 0 | 0.26 | 0.30 | 92.61 | 0.23 | 0.61 |
| Hex | 9A | B3 | 85 | E | 0 | 1A | 1E | 5D | 17 | 3D |
| Octal | 232 | 263 | 205 | 16 | 0 | 32 | 36 | 135 | 27 | 75 |
| Binary | 10011010 | 10110011 | 10000101 | 1110 | 0 | 11010 | 11110 | 1011101 | 10111 | 111101 |
Color Harmonies of #9AB385
Complementary color
Monochromatic Colors of #9AB385
Black with #9AB385
Text Example
Text Example
White with #9AB385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB385; }
p { color: rgb(154,179,133); }
H1.HeaderClassName
{
color: #9AB385;
}
.AnyTagClassName
{
color: #9AB385;
}
</style>
background-color css
<style>
a { background-color: #9AB385; }
a { background-color: rgb(154,179,133); }
div.DivClassName
{
background-color: #9AB385;
}
.BgClassName
{
background-color: #9AB385;
}
</style>
border-color css
<style>
span { border-color: #9AB385; }
span { border-color: rgb(154,179,133); }
td.TdClassName
{
border-color: #9AB385;
}
.TagClassName
{
border-color: #9AB385;
}
</style>