Shades of Norway #9ABC83
Tints of Norway #9ABC83
RGB
CMYK
RGB Variations
Color information
#9ABC83 (or 0x9ABC83) is known color: Norway. HEX triplet: 9A, BC and 83. RGB value is (154,188,131). Sum of RGB (Red+Green+Blue) = 154+188+131=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABC83 is #65437C. Grayscale: #ABABAB. Windows color (decimal): -6636413 or 8633498. OLE color: 8633498.
HSL color Cylindrical-coordinate representation of color #9ABC83: hue angle of 95.79º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ABC83 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 188 | 131 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.26 |
| HSL | 95.79º | 0.3% | 0.63% | - |
| HSV(B) | 95.79º | 0.3% | 0.74% | - |
| XYZ | 35.41 | 44.48 | 28.19 | - |
| YUV | 171.34 | 105.24 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 131 | 0.18 | 0 | 0.30 | 0.26 | 95.79 | 0.3 | 0.63 |
| Hex | 9A | BC | 83 | 12 | 0 | 1E | 1A | 60 | 1E | 3F |
| Octal | 232 | 274 | 203 | 22 | 0 | 36 | 32 | 140 | 36 | 77 |
| Binary | 10011010 | 10111100 | 10000011 | 10010 | 0 | 11110 | 11010 | 1100000 | 11110 | 111111 |
Color Harmonies of #9ABC83
Complementary color
Monochromatic Colors of #9ABC83
Black with #9ABC83
Text Example
Text Example
White with #9ABC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABC83; }
p { color: rgb(154,188,131); }
H1.HeaderClassName
{
color: #9ABC83;
}
.AnyTagClassName
{
color: #9ABC83;
}
</style>
background-color css
<style>
a { background-color: #9ABC83; }
a { background-color: rgb(154,188,131); }
div.DivClassName
{
background-color: #9ABC83;
}
.BgClassName
{
background-color: #9ABC83;
}
</style>
border-color css
<style>
span { border-color: #9ABC83; }
span { border-color: rgb(154,188,131); }
td.TdClassName
{
border-color: #9ABC83;
}
.TagClassName
{
border-color: #9ABC83;
}
</style>