Shades of Norway #99B284
Tints of Norway #99B284
RGB
CMYK
RGB Variations
Color information
#99B284 (or 0x99B284) is known color: Norway. HEX triplet: 99, B2 and 84. RGB value is (153,178,132). Sum of RGB (Red+Green+Blue) = 153+178+132=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 178 - color contains mainly: green. Hex color #99B284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B284 is #664D7B. Grayscale: #A5A5A5. Windows color (decimal): -6704508 or 8696473. OLE color: 8696473.
HSL color Cylindrical-coordinate representation of color #99B284: hue angle of 92.61º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99B284 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 178 | 132 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.30 |
| HSL | 92.61º | 0.23% | 0.61% | - |
| HSV(B) | 92.61º | 0.26% | 0.7% | - |
| XYZ | 33.22 | 40.28 | 27.85 | - |
| YUV | 165.28 | 109.22 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 178 | 132 | 0.14 | 0 | 0.26 | 0.30 | 92.61 | 0.23 | 0.61 |
| Hex | 99 | B2 | 84 | E | 0 | 1A | 1E | 5D | 17 | 3D |
| Octal | 231 | 262 | 204 | 16 | 0 | 32 | 36 | 135 | 27 | 75 |
| Binary | 10011001 | 10110010 | 10000100 | 1110 | 0 | 11010 | 11110 | 1011101 | 10111 | 111101 |
Color Harmonies of #99B284
Complementary color
Monochromatic Colors of #99B284
Black with #99B284
Text Example
Text Example
White with #99B284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B284; }
p { color: rgb(153,178,132); }
H1.HeaderClassName
{
color: #99B284;
}
.AnyTagClassName
{
color: #99B284;
}
</style>
background-color css
<style>
a { background-color: #99B284; }
a { background-color: rgb(153,178,132); }
div.DivClassName
{
background-color: #99B284;
}
.BgClassName
{
background-color: #99B284;
}
</style>
border-color css
<style>
span { border-color: #99B284; }
span { border-color: rgb(153,178,132); }
td.TdClassName
{
border-color: #99B284;
}
.TagClassName
{
border-color: #99B284;
}
</style>