Shades of Norway #99AE83
Tints of Norway #99AE83
RGB
CMYK
RGB Variations
Color information
#99AE83 (or 0x99AE83) is known color: Norway. HEX triplet: 99, AE and 83. RGB value is (153,174,131). Sum of RGB (Red+Green+Blue) = 153+174+131=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AE83 is #66517C. Grayscale: #A2A2A2. Windows color (decimal): -6705533 or 8629913. OLE color: 8629913.
HSL color Cylindrical-coordinate representation of color #99AE83: hue angle of 89.3º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99AE83 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 174 | 131 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.32 |
| HSL | 89.3º | 0.21% | 0.6% | - |
| HSV(B) | 89.3º | 0.25% | 0.68% | - |
| XYZ | 32.37 | 38.68 | 27.23 | - |
| YUV | 162.82 | 110.04 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 174 | 131 | 0.12 | 0 | 0.25 | 0.32 | 89.3 | 0.21 | 0.6 |
| Hex | 99 | AE | 83 | C | 0 | 19 | 20 | 59 | 15 | 3C |
| Octal | 231 | 256 | 203 | 14 | 0 | 31 | 40 | 131 | 25 | 74 |
| Binary | 10011001 | 10101110 | 10000011 | 1100 | 0 | 11001 | 100000 | 1011001 | 10101 | 111100 |
Color Harmonies of #99AE83
Complementary color
Monochromatic Colors of #99AE83
Black with #99AE83
Text Example
Text Example
White with #99AE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AE83; }
p { color: rgb(153,174,131); }
H1.HeaderClassName
{
color: #99AE83;
}
.AnyTagClassName
{
color: #99AE83;
}
</style>
background-color css
<style>
a { background-color: #99AE83; }
a { background-color: rgb(153,174,131); }
div.DivClassName
{
background-color: #99AE83;
}
.BgClassName
{
background-color: #99AE83;
}
</style>
border-color css
<style>
span { border-color: #99AE83; }
span { border-color: rgb(153,174,131); }
td.TdClassName
{
border-color: #99AE83;
}
.TagClassName
{
border-color: #99AE83;
}
</style>