Shades of Norway #99AE8C
Tints of Norway #99AE8C
RGB
CMYK
RGB Variations
Color information
#99AE8C (or 0x99AE8C) is known color: Norway. HEX triplet: 99, AE and 8C. RGB value is (153,174,140). Sum of RGB (Red+Green+Blue) = 153+174+140=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AE8C is #665173. Grayscale: #A3A3A3. Windows color (decimal): -6705524 or 9219737. OLE color: 9219737.
HSL color Cylindrical-coordinate representation of color #99AE8C: hue angle of 97.06º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99AE8C is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 174 | 140 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.32 |
| HSL | 97.06º | 0.17% | 0.62% | - |
| HSV(B) | 97.06º | 0.2% | 0.68% | - |
| XYZ | 33.01 | 38.94 | 30.59 | - |
| YUV | 163.85 | 114.54 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 174 | 140 | 0.12 | 0 | 0.20 | 0.32 | 97.06 | 0.17 | 0.62 |
| Hex | 99 | AE | 8C | C | 0 | 14 | 20 | 61 | 11 | 3E |
| Octal | 231 | 256 | 214 | 14 | 0 | 24 | 40 | 141 | 21 | 76 |
| Binary | 10011001 | 10101110 | 10001100 | 1100 | 0 | 10100 | 100000 | 1100001 | 10001 | 111110 |
Color Harmonies of #99AE8C
Complementary color
Monochromatic Colors of #99AE8C
Black with #99AE8C
Text Example
Text Example
White with #99AE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AE8C; }
p { color: rgb(153,174,140); }
H1.HeaderClassName
{
color: #99AE8C;
}
.AnyTagClassName
{
color: #99AE8C;
}
</style>
background-color css
<style>
a { background-color: #99AE8C; }
a { background-color: rgb(153,174,140); }
div.DivClassName
{
background-color: #99AE8C;
}
.BgClassName
{
background-color: #99AE8C;
}
</style>
border-color css
<style>
span { border-color: #99AE8C; }
span { border-color: rgb(153,174,140); }
td.TdClassName
{
border-color: #99AE8C;
}
.TagClassName
{
border-color: #99AE8C;
}
</style>