Shades of Norway #AEBC99
Tints of Norway #AEBC99
RGB
CMYK
RGB Variations
Color information
#AEBC99 (or 0xAEBC99) is known color: Norway. HEX triplet: AE, BC and 99. RGB value is (174,188,153). Sum of RGB (Red+Green+Blue) = 174+188+153=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBC99 is #514366. Grayscale: #B3B3B3. Windows color (decimal): -5325671 or 10075310. OLE color: 10075310.
HSL color Cylindrical-coordinate representation of color #AEBC99: hue angle of 84º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEBC99 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 188 | 153 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.26 |
| HSL | 84º | 0.21% | 0.67% | - |
| HSV(B) | 84º | 0.19% | 0.74% | - |
| XYZ | 41.19 | 47.27 | 37.09 | - |
| YUV | 179.82 | 112.86 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 153 | 0.07 | 0 | 0.19 | 0.26 | 84 | 0.21 | 0.67 |
| Hex | AE | BC | 99 | 7 | 0 | 13 | 1A | 54 | 15 | 43 |
| Octal | 256 | 274 | 231 | 7 | 0 | 23 | 32 | 124 | 25 | 103 |
| Binary | 10101110 | 10111100 | 10011001 | 111 | 0 | 10011 | 11010 | 1010100 | 10101 | 1000011 |
Color Harmonies of #AEBC99
Complementary color
Monochromatic Colors of #AEBC99
Black with #AEBC99
Text Example
Text Example
White with #AEBC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBC99; }
p { color: rgb(174,188,153); }
H1.HeaderClassName
{
color: #AEBC99;
}
.AnyTagClassName
{
color: #AEBC99;
}
</style>
background-color css
<style>
a { background-color: #AEBC99; }
a { background-color: rgb(174,188,153); }
div.DivClassName
{
background-color: #AEBC99;
}
.BgClassName
{
background-color: #AEBC99;
}
</style>
border-color css
<style>
span { border-color: #AEBC99; }
span { border-color: rgb(174,188,153); }
td.TdClassName
{
border-color: #AEBC99;
}
.TagClassName
{
border-color: #AEBC99;
}
</style>