Shades of Norway #99B285
Tints of Norway #99B285
RGB
CMYK
RGB Variations
Color information
#99B285 (or 0x99B285) is known color: Norway. HEX triplet: 99, B2 and 85. RGB value is (153,178,133). Sum of RGB (Red+Green+Blue) = 153+178+133=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 178 - color contains mainly: green. Hex color #99B285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B285 is #664D7A. Grayscale: #A5A5A5. Windows color (decimal): -6704507 or 8762009. OLE color: 8762009.
HSL color Cylindrical-coordinate representation of color #99B285: hue angle of 93.33º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99B285 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 178 | 133 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.30 |
| HSL | 93.33º | 0.23% | 0.61% | - |
| HSV(B) | 93.33º | 0.25% | 0.7% | - |
| XYZ | 33.29 | 40.31 | 28.22 | - |
| YUV | 165.4 | 109.72 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 178 | 133 | 0.14 | 0 | 0.25 | 0.30 | 93.33 | 0.23 | 0.61 |
| Hex | 99 | B2 | 85 | E | 0 | 19 | 1E | 5D | 17 | 3D |
| Octal | 231 | 262 | 205 | 16 | 0 | 31 | 36 | 135 | 27 | 75 |
| Binary | 10011001 | 10110010 | 10000101 | 1110 | 0 | 11001 | 11110 | 1011101 | 10111 | 111101 |
Color Harmonies of #99B285
Complementary color
Monochromatic Colors of #99B285
Black with #99B285
Text Example
Text Example
White with #99B285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B285; }
p { color: rgb(153,178,133); }
H1.HeaderClassName
{
color: #99B285;
}
.AnyTagClassName
{
color: #99B285;
}
</style>
background-color css
<style>
a { background-color: #99B285; }
a { background-color: rgb(153,178,133); }
div.DivClassName
{
background-color: #99B285;
}
.BgClassName
{
background-color: #99B285;
}
</style>
border-color css
<style>
span { border-color: #99B285; }
span { border-color: rgb(153,178,133); }
td.TdClassName
{
border-color: #99B285;
}
.TagClassName
{
border-color: #99B285;
}
</style>