Shades of Norway #99BA83
Tints of Norway #99BA83
RGB
CMYK
RGB Variations
Color information
#99BA83 (or 0x99BA83) is known color: Norway. HEX triplet: 99, BA and 83. RGB value is (153,186,131). Sum of RGB (Red+Green+Blue) = 153+186+131=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BA83 is #66457C. Grayscale: #AAAAAA. Windows color (decimal): -6702461 or 8632985. OLE color: 8632985.
HSL color Cylindrical-coordinate representation of color #99BA83: hue angle of 96º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99BA83 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 131 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.27 |
| HSL | 96º | 0.28% | 0.62% | - |
| HSV(B) | 96º | 0.3% | 0.73% | - |
| XYZ | 34.79 | 43.53 | 28.04 | - |
| YUV | 169.86 | 106.07 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 131 | 0.18 | 0 | 0.30 | 0.27 | 96 | 0.28 | 0.62 |
| Hex | 99 | BA | 83 | 12 | 0 | 1E | 1B | 60 | 1C | 3E |
| Octal | 231 | 272 | 203 | 22 | 0 | 36 | 33 | 140 | 34 | 76 |
| Binary | 10011001 | 10111010 | 10000011 | 10010 | 0 | 11110 | 11011 | 1100000 | 11100 | 111110 |
Color Harmonies of #99BA83
Complementary color
Monochromatic Colors of #99BA83
Black with #99BA83
Text Example
Text Example
White with #99BA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA83; }
p { color: rgb(153,186,131); }
H1.HeaderClassName
{
color: #99BA83;
}
.AnyTagClassName
{
color: #99BA83;
}
</style>
background-color css
<style>
a { background-color: #99BA83; }
a { background-color: rgb(153,186,131); }
div.DivClassName
{
background-color: #99BA83;
}
.BgClassName
{
background-color: #99BA83;
}
</style>
border-color css
<style>
span { border-color: #99BA83; }
span { border-color: rgb(153,186,131); }
td.TdClassName
{
border-color: #99BA83;
}
.TagClassName
{
border-color: #99BA83;
}
</style>