Shades of Norway #9AB38D
Tints of Norway #9AB38D
RGB
CMYK
RGB Variations
Color information
#9AB38D (or 0x9AB38D) is known color: Norway. HEX triplet: 9A, B3 and 8D. RGB value is (154,179,141). Sum of RGB (Red+Green+Blue) = 154+179+141=474 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.49% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB38D is #654C72. Grayscale: #A7A7A7. Windows color (decimal): -6638707 or 9286554. OLE color: 9286554.
HSL color Cylindrical-coordinate representation of color #9AB38D: hue angle of 99.47º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AB38D is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 179 | 141 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.30 |
| HSL | 99.47º | 0.2% | 0.63% | - |
| HSV(B) | 99.47º | 0.21% | 0.7% | - |
| XYZ | 34.25 | 41.03 | 31.31 | - |
| YUV | 167.19 | 113.22 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 179 | 141 | 0.14 | 0 | 0.21 | 0.30 | 99.47 | 0.2 | 0.63 |
| Hex | 9A | B3 | 8D | E | 0 | 15 | 1E | 63 | 14 | 3F |
| Octal | 232 | 263 | 215 | 16 | 0 | 25 | 36 | 143 | 24 | 77 |
| Binary | 10011010 | 10110011 | 10001101 | 1110 | 0 | 10101 | 11110 | 1100011 | 10100 | 111111 |
Color Harmonies of #9AB38D
Complementary color
Monochromatic Colors of #9AB38D
Black with #9AB38D
Text Example
Text Example
White with #9AB38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB38D; }
p { color: rgb(154,179,141); }
H1.HeaderClassName
{
color: #9AB38D;
}
.AnyTagClassName
{
color: #9AB38D;
}
</style>
background-color css
<style>
a { background-color: #9AB38D; }
a { background-color: rgb(154,179,141); }
div.DivClassName
{
background-color: #9AB38D;
}
.BgClassName
{
background-color: #9AB38D;
}
</style>
border-color css
<style>
span { border-color: #9AB38D; }
span { border-color: rgb(154,179,141); }
td.TdClassName
{
border-color: #9AB38D;
}
.TagClassName
{
border-color: #9AB38D;
}
</style>