Shades of Norway #99B288
Tints of Norway #99B288
RGB
CMYK
RGB Variations
Color information
#99B288 (or 0x99B288) is known color: Norway. HEX triplet: 99, B2 and 88. RGB value is (153,178,136). Sum of RGB (Red+Green+Blue) = 153+178+136=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 178 - color contains mainly: green. Hex color #99B288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B288 is #664D77. Grayscale: #A5A5A5. Windows color (decimal): -6704504 or 8958617. OLE color: 8958617.
HSL color Cylindrical-coordinate representation of color #99B288: hue angle of 95.71º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99B288 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 178 | 136 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.30 |
| HSL | 95.71º | 0.21% | 0.62% | - |
| HSV(B) | 95.71º | 0.24% | 0.7% | - |
| XYZ | 33.5 | 40.39 | 29.32 | - |
| YUV | 165.74 | 111.22 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 178 | 136 | 0.14 | 0 | 0.24 | 0.30 | 95.71 | 0.21 | 0.62 |
| Hex | 99 | B2 | 88 | E | 0 | 18 | 1E | 60 | 15 | 3E |
| Octal | 231 | 262 | 210 | 16 | 0 | 30 | 36 | 140 | 25 | 76 |
| Binary | 10011001 | 10110010 | 10001000 | 1110 | 0 | 11000 | 11110 | 1100000 | 10101 | 111110 |
Color Harmonies of #99B288
Complementary color
Monochromatic Colors of #99B288
Black with #99B288
Text Example
Text Example
White with #99B288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B288; }
p { color: rgb(153,178,136); }
H1.HeaderClassName
{
color: #99B288;
}
.AnyTagClassName
{
color: #99B288;
}
</style>
background-color css
<style>
a { background-color: #99B288; }
a { background-color: rgb(153,178,136); }
div.DivClassName
{
background-color: #99B288;
}
.BgClassName
{
background-color: #99B288;
}
</style>
border-color css
<style>
span { border-color: #99B288; }
span { border-color: rgb(153,178,136); }
td.TdClassName
{
border-color: #99B288;
}
.TagClassName
{
border-color: #99B288;
}
</style>