Shades of Norway #99B98A
Tints of Norway #99B98A
RGB
CMYK
RGB Variations
Color information
#99B98A (or 0x99B98A) is known color: Norway. HEX triplet: 99, B9 and 8A. RGB value is (153,185,138). Sum of RGB (Red+Green+Blue) = 153+185+138=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 185 - color contains mainly: green. Hex color #99B98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B98A is #664675. Grayscale: #AAAAAA. Windows color (decimal): -6702710 or 9091481. OLE color: 9091481.
HSL color Cylindrical-coordinate representation of color #99B98A: hue angle of 100.85º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99B98A is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 185 | 138 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.27 |
| HSL | 100.85º | 0.25% | 0.63% | - |
| HSV(B) | 100.85º | 0.25% | 0.73% | - |
| XYZ | 35.07 | 43.31 | 30.55 | - |
| YUV | 170.07 | 109.9 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 185 | 138 | 0.17 | 0 | 0.25 | 0.27 | 100.85 | 0.25 | 0.63 |
| Hex | 99 | B9 | 8A | 11 | 0 | 19 | 1B | 65 | 19 | 3F |
| Octal | 231 | 271 | 212 | 21 | 0 | 31 | 33 | 145 | 31 | 77 |
| Binary | 10011001 | 10111001 | 10001010 | 10001 | 0 | 11001 | 11011 | 1100101 | 11001 | 111111 |
Color Harmonies of #99B98A
Complementary color
Monochromatic Colors of #99B98A
Black with #99B98A
Text Example
Text Example
White with #99B98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B98A; }
p { color: rgb(153,185,138); }
H1.HeaderClassName
{
color: #99B98A;
}
.AnyTagClassName
{
color: #99B98A;
}
</style>
background-color css
<style>
a { background-color: #99B98A; }
a { background-color: rgb(153,185,138); }
div.DivClassName
{
background-color: #99B98A;
}
.BgClassName
{
background-color: #99B98A;
}
</style>
border-color css
<style>
span { border-color: #99B98A; }
span { border-color: rgb(153,185,138); }
td.TdClassName
{
border-color: #99B98A;
}
.TagClassName
{
border-color: #99B98A;
}
</style>