Shades of Norway #95AD83
Tints of Norway #95AD83
RGB
CMYK
RGB Variations
Color information
#95AD83 (or 0x95AD83) is known color: Norway. HEX triplet: 95, AD and 83. RGB value is (149,173,131). Sum of RGB (Red+Green+Blue) = 149+173+131=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AD83 is #6A527C. Grayscale: #A1A1A1. Windows color (decimal): -6967933 or 8629653. OLE color: 8629653.
HSL color Cylindrical-coordinate representation of color #95AD83: hue angle of 94.29º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95AD83 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 173 | 131 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.32 |
| HSL | 94.29º | 0.2% | 0.6% | - |
| HSV(B) | 94.29º | 0.24% | 0.68% | - |
| XYZ | 31.43 | 37.92 | 27.13 | - |
| YUV | 161.04 | 111.05 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 173 | 131 | 0.14 | 0 | 0.24 | 0.32 | 94.29 | 0.2 | 0.6 |
| Hex | 95 | AD | 83 | E | 0 | 18 | 20 | 5E | 14 | 3C |
| Octal | 225 | 255 | 203 | 16 | 0 | 30 | 40 | 136 | 24 | 74 |
| Binary | 10010101 | 10101101 | 10000011 | 1110 | 0 | 11000 | 100000 | 1011110 | 10100 | 111100 |
Color Harmonies of #95AD83
Complementary color
Monochromatic Colors of #95AD83
Black with #95AD83
Text Example
Text Example
White with #95AD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AD83; }
p { color: rgb(149,173,131); }
H1.HeaderClassName
{
color: #95AD83;
}
.AnyTagClassName
{
color: #95AD83;
}
</style>
background-color css
<style>
a { background-color: #95AD83; }
a { background-color: rgb(149,173,131); }
div.DivClassName
{
background-color: #95AD83;
}
.BgClassName
{
background-color: #95AD83;
}
</style>
border-color css
<style>
span { border-color: #95AD83; }
span { border-color: rgb(149,173,131); }
td.TdClassName
{
border-color: #95AD83;
}
.TagClassName
{
border-color: #95AD83;
}
</style>