Shades of Norway #99AF89
Tints of Norway #99AF89
RGB
CMYK
RGB Variations
Color information
#99AF89 (or 0x99AF89) is known color: Norway. HEX triplet: 99, AF and 89. RGB value is (153,175,137). Sum of RGB (Red+Green+Blue) = 153+175+137=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AF89 is #665076. Grayscale: #A4A4A4. Windows color (decimal): -6705271 or 9023385. OLE color: 9023385.
HSL color Cylindrical-coordinate representation of color #99AF89: hue angle of 94.74º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99AF89 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 175 | 137 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.31 |
| HSL | 94.74º | 0.19% | 0.61% | - |
| HSV(B) | 94.74º | 0.22% | 0.69% | - |
| XYZ | 32.98 | 39.24 | 29.5 | - |
| YUV | 164.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 137 | 0.13 | 0 | 0.22 | 0.31 | 94.74 | 0.19 | 0.61 |
| Hex | 99 | AF | 89 | D | 0 | 16 | 1F | 5F | 13 | 3D |
| Octal | 231 | 257 | 211 | 15 | 0 | 26 | 37 | 137 | 23 | 75 |
| Binary | 10011001 | 10101111 | 10001001 | 1101 | 0 | 10110 | 11111 | 1011111 | 10011 | 111101 |
Color Harmonies of #99AF89
Complementary color
Monochromatic Colors of #99AF89
Black with #99AF89
Text Example
Text Example
White with #99AF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AF89; }
p { color: rgb(153,175,137); }
H1.HeaderClassName
{
color: #99AF89;
}
.AnyTagClassName
{
color: #99AF89;
}
</style>
background-color css
<style>
a { background-color: #99AF89; }
a { background-color: rgb(153,175,137); }
div.DivClassName
{
background-color: #99AF89;
}
.BgClassName
{
background-color: #99AF89;
}
</style>
border-color css
<style>
span { border-color: #99AF89; }
span { border-color: rgb(153,175,137); }
td.TdClassName
{
border-color: #99AF89;
}
.TagClassName
{
border-color: #99AF89;
}
</style>