Shades of Norway #99B185
Tints of Norway #99B185
RGB
CMYK
RGB Variations
Color information
#99B185 (or 0x99B185) is known color: Norway. HEX triplet: 99, B1 and 85. RGB value is (153,177,133). Sum of RGB (Red+Green+Blue) = 153+177+133=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 177 - color contains mainly: green. Hex color #99B185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B185 is #664E7A. Grayscale: #A4A4A4. Windows color (decimal): -6704763 or 8761753. OLE color: 8761753.
HSL color Cylindrical-coordinate representation of color #99B185: hue angle of 92.73º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99B185 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 177 | 133 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.31 |
| HSL | 92.73º | 0.22% | 0.61% | - |
| HSV(B) | 92.73º | 0.25% | 0.69% | - |
| XYZ | 33.09 | 39.91 | 28.15 | - |
| YUV | 164.81 | 110.05 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 177 | 133 | 0.14 | 0 | 0.25 | 0.31 | 92.73 | 0.22 | 0.61 |
| Hex | 99 | B1 | 85 | E | 0 | 19 | 1F | 5D | 16 | 3D |
| Octal | 231 | 261 | 205 | 16 | 0 | 31 | 37 | 135 | 26 | 75 |
| Binary | 10011001 | 10110001 | 10000101 | 1110 | 0 | 11001 | 11111 | 1011101 | 10110 | 111101 |
Color Harmonies of #99B185
Complementary color
Monochromatic Colors of #99B185
Black with #99B185
Text Example
Text Example
White with #99B185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B185; }
p { color: rgb(153,177,133); }
H1.HeaderClassName
{
color: #99B185;
}
.AnyTagClassName
{
color: #99B185;
}
</style>
background-color css
<style>
a { background-color: #99B185; }
a { background-color: rgb(153,177,133); }
div.DivClassName
{
background-color: #99B185;
}
.BgClassName
{
background-color: #99B185;
}
</style>
border-color css
<style>
span { border-color: #99B185; }
span { border-color: rgb(153,177,133); }
td.TdClassName
{
border-color: #99B185;
}
.TagClassName
{
border-color: #99B185;
}
</style>