Shades of Norway #99BA85
Tints of Norway #99BA85
RGB
CMYK
RGB Variations
Color information
#99BA85 (or 0x99BA85) is known color: Norway. HEX triplet: 99, BA and 85. RGB value is (153,186,133). Sum of RGB (Red+Green+Blue) = 153+186+133=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BA85 is #66457A. Grayscale: #AAAAAA. Windows color (decimal): -6702459 or 8764057. OLE color: 8764057.
HSL color Cylindrical-coordinate representation of color #99BA85: hue angle of 97.36º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99BA85 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 133 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.27 |
| HSL | 97.36º | 0.28% | 0.63% | - |
| HSV(B) | 97.36º | 0.28% | 0.73% | - |
| XYZ | 34.93 | 43.58 | 28.76 | - |
| YUV | 170.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 133 | 0.18 | 0 | 0.28 | 0.27 | 97.36 | 0.28 | 0.63 |
| Hex | 99 | BA | 85 | 12 | 0 | 1C | 1B | 61 | 1C | 3F |
| Octal | 231 | 272 | 205 | 22 | 0 | 34 | 33 | 141 | 34 | 77 |
| Binary | 10011001 | 10111010 | 10000101 | 10010 | 0 | 11100 | 11011 | 1100001 | 11100 | 111111 |
Color Harmonies of #99BA85
Complementary color
Monochromatic Colors of #99BA85
Black with #99BA85
Text Example
Text Example
White with #99BA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA85; }
p { color: rgb(153,186,133); }
H1.HeaderClassName
{
color: #99BA85;
}
.AnyTagClassName
{
color: #99BA85;
}
</style>
background-color css
<style>
a { background-color: #99BA85; }
a { background-color: rgb(153,186,133); }
div.DivClassName
{
background-color: #99BA85;
}
.BgClassName
{
background-color: #99BA85;
}
</style>
border-color css
<style>
span { border-color: #99BA85; }
span { border-color: rgb(153,186,133); }
td.TdClassName
{
border-color: #99BA85;
}
.TagClassName
{
border-color: #99BA85;
}
</style>