Shades of Norway #9AB38C
Tints of Norway #9AB38C
RGB
CMYK
RGB Variations
Color information
#9AB38C (or 0x9AB38C) is known color: Norway. HEX triplet: 9A, B3 and 8C. RGB value is (154,179,140). Sum of RGB (Red+Green+Blue) = 154+179+140=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB38C is #654C73. Grayscale: #A7A7A7. Windows color (decimal): -6638708 or 9221018. OLE color: 9221018.
HSL color Cylindrical-coordinate representation of color #9AB38C: hue angle of 98.46º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9AB38C is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 179 | 140 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.30 |
| HSL | 98.46º | 0.2% | 0.63% | - |
| HSV(B) | 98.46º | 0.22% | 0.7% | - |
| XYZ | 34.18 | 41 | 30.92 | - |
| YUV | 167.08 | 112.72 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 179 | 140 | 0.14 | 0 | 0.22 | 0.30 | 98.46 | 0.2 | 0.63 |
| Hex | 9A | B3 | 8C | E | 0 | 16 | 1E | 62 | 14 | 3F |
| Octal | 232 | 263 | 214 | 16 | 0 | 26 | 36 | 142 | 24 | 77 |
| Binary | 10011010 | 10110011 | 10001100 | 1110 | 0 | 10110 | 11110 | 1100010 | 10100 | 111111 |
Color Harmonies of #9AB38C
Complementary color
Monochromatic Colors of #9AB38C
Black with #9AB38C
Text Example
Text Example
White with #9AB38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB38C; }
p { color: rgb(154,179,140); }
H1.HeaderClassName
{
color: #9AB38C;
}
.AnyTagClassName
{
color: #9AB38C;
}
</style>
background-color css
<style>
a { background-color: #9AB38C; }
a { background-color: rgb(154,179,140); }
div.DivClassName
{
background-color: #9AB38C;
}
.BgClassName
{
background-color: #9AB38C;
}
</style>
border-color css
<style>
span { border-color: #9AB38C; }
span { border-color: rgb(154,179,140); }
td.TdClassName
{
border-color: #9AB38C;
}
.TagClassName
{
border-color: #9AB38C;
}
</style>