Shades of Norway #95B385
Tints of Norway #95B385
RGB
CMYK
RGB Variations
Color information
#95B385 (or 0x95B385) is known color: Norway. HEX triplet: 95, B3 and 85. RGB value is (149,179,133). Sum of RGB (Red+Green+Blue) = 149+179+133=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 179 - color contains mainly: green. Hex color #95B385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B385 is #6A4C7A. Grayscale: #A4A4A4. Windows color (decimal): -6966395 or 8762261. OLE color: 8762261.
HSL color Cylindrical-coordinate representation of color #95B385: hue angle of 99.13º 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 #95B385 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 179 | 133 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.30 |
| HSL | 99.13º | 0.23% | 0.61% | - |
| HSV(B) | 99.13º | 0.26% | 0.7% | - |
| XYZ | 32.75 | 40.32 | 28.25 | - |
| YUV | 164.79 | 110.06 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 179 | 133 | 0.17 | 0 | 0.26 | 0.30 | 99.13 | 0.23 | 0.61 |
| Hex | 95 | B3 | 85 | 11 | 0 | 1A | 1E | 63 | 17 | 3D |
| Octal | 225 | 263 | 205 | 21 | 0 | 32 | 36 | 143 | 27 | 75 |
| Binary | 10010101 | 10110011 | 10000101 | 10001 | 0 | 11010 | 11110 | 1100011 | 10111 | 111101 |
Color Harmonies of #95B385
Complementary color
Monochromatic Colors of #95B385
Black with #95B385
Text Example
Text Example
White with #95B385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B385; }
p { color: rgb(149,179,133); }
H1.HeaderClassName
{
color: #95B385;
}
.AnyTagClassName
{
color: #95B385;
}
</style>
background-color css
<style>
a { background-color: #95B385; }
a { background-color: rgb(149,179,133); }
div.DivClassName
{
background-color: #95B385;
}
.BgClassName
{
background-color: #95B385;
}
</style>
border-color css
<style>
span { border-color: #95B385; }
span { border-color: rgb(149,179,133); }
td.TdClassName
{
border-color: #95B385;
}
.TagClassName
{
border-color: #95B385;
}
</style>