Shades of Norway #99BE82
Tints of Norway #99BE82
RGB
CMYK
RGB Variations
Color information
#99BE82 (or 0x99BE82) is known color: Norway. HEX triplet: 99, BE and 82. RGB value is (153,190,130). Sum of RGB (Red+Green+Blue) = 153+190+130=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #99BE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BE82 is #66417D. Grayscale: #ACACAC. Windows color (decimal): -6701438 or 8568473. OLE color: 8568473.
HSL color Cylindrical-coordinate representation of color #99BE82: hue angle of 97º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99BE82 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 190 | 130 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.25 |
| HSL | 97º | 0.32% | 0.63% | - |
| HSV(B) | 97º | 0.32% | 0.75% | - |
| XYZ | 35.58 | 45.21 | 27.97 | - |
| YUV | 172.1 | 104.24 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 190 | 130 | 0.19 | 0 | 0.32 | 0.25 | 97 | 0.32 | 0.63 |
| Hex | 99 | BE | 82 | 13 | 0 | 20 | 19 | 61 | 20 | 3F |
| Octal | 231 | 276 | 202 | 23 | 0 | 40 | 31 | 141 | 40 | 77 |
| Binary | 10011001 | 10111110 | 10000010 | 10011 | 0 | 100000 | 11001 | 1100001 | 100000 | 111111 |
Color Harmonies of #99BE82
Complementary color
Monochromatic Colors of #99BE82
Black with #99BE82
Text Example
Text Example
White with #99BE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BE82; }
p { color: rgb(153,190,130); }
H1.HeaderClassName
{
color: #99BE82;
}
.AnyTagClassName
{
color: #99BE82;
}
</style>
background-color css
<style>
a { background-color: #99BE82; }
a { background-color: rgb(153,190,130); }
div.DivClassName
{
background-color: #99BE82;
}
.BgClassName
{
background-color: #99BE82;
}
</style>
border-color css
<style>
span { border-color: #99BE82; }
span { border-color: rgb(153,190,130); }
td.TdClassName
{
border-color: #99BE82;
}
.TagClassName
{
border-color: #99BE82;
}
</style>