Shades of Norway #95B283
Tints of Norway #95B283
RGB
CMYK
RGB Variations
Color information
#95B283 (or 0x95B283) is known color: Norway. HEX triplet: 95, B2 and 83. RGB value is (149,178,131). Sum of RGB (Red+Green+Blue) = 149+178+131=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 178 - color contains mainly: green. Hex color #95B283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B283 is #6A4D7C. Grayscale: #A4A4A4. Windows color (decimal): -6966653 or 8630933. OLE color: 8630933.
HSL color Cylindrical-coordinate representation of color #95B283: hue angle of 97.02º 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 #95B283 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 178 | 131 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.30 |
| HSL | 97.02º | 0.23% | 0.61% | - |
| HSV(B) | 97.02º | 0.26% | 0.7% | - |
| XYZ | 32.41 | 39.87 | 27.46 | - |
| YUV | 163.97 | 109.39 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 178 | 131 | 0.16 | 0 | 0.26 | 0.30 | 97.02 | 0.23 | 0.61 |
| Hex | 95 | B2 | 83 | 10 | 0 | 1A | 1E | 61 | 17 | 3D |
| Octal | 225 | 262 | 203 | 20 | 0 | 32 | 36 | 141 | 27 | 75 |
| Binary | 10010101 | 10110010 | 10000011 | 10000 | 0 | 11010 | 11110 | 1100001 | 10111 | 111101 |
Color Harmonies of #95B283
Complementary color
Monochromatic Colors of #95B283
Black with #95B283
Text Example
Text Example
White with #95B283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B283; }
p { color: rgb(149,178,131); }
H1.HeaderClassName
{
color: #95B283;
}
.AnyTagClassName
{
color: #95B283;
}
</style>
background-color css
<style>
a { background-color: #95B283; }
a { background-color: rgb(149,178,131); }
div.DivClassName
{
background-color: #95B283;
}
.BgClassName
{
background-color: #95B283;
}
</style>
border-color css
<style>
span { border-color: #95B283; }
span { border-color: rgb(149,178,131); }
td.TdClassName
{
border-color: #95B283;
}
.TagClassName
{
border-color: #95B283;
}
</style>