Shades of Norway #9BA693
Tints of Norway #9BA693
RGB
CMYK
RGB Variations
Color information
#9BA693 (or 0x9BA693) is known color: Norway. HEX triplet: 9B, A6 and 93. RGB value is (155,166,147). Sum of RGB (Red+Green+Blue) = 155+166+147=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA693 is #64596C. Grayscale: #A0A0A0. Windows color (decimal): -6576493 or 9676443. OLE color: 9676443.
HSL color Cylindrical-coordinate representation of color #9BA693: hue angle of 94.74º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9BA693 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 166 | 147 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.35 |
| HSL | 94.74º | 0.1% | 0.61% | - |
| HSV(B) | 94.74º | 0.11% | 0.65% | - |
| XYZ | 32.42 | 36.35 | 32.91 | - |
| YUV | 160.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 166 | 147 | 0.07 | 0 | 0.11 | 0.35 | 94.74 | 0.1 | 0.61 |
| Hex | 9B | A6 | 93 | 7 | 0 | B | 23 | 5F | A | 3D |
| Octal | 233 | 246 | 223 | 7 | 0 | 13 | 43 | 137 | 12 | 75 |
| Binary | 10011011 | 10100110 | 10010011 | 111 | 0 | 1011 | 100011 | 1011111 | 1010 | 111101 |
Color Harmonies of #9BA693
Complementary color
Monochromatic Colors of #9BA693
Black with #9BA693
Text Example
Text Example
White with #9BA693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA693; }
p { color: rgb(155,166,147); }
H1.HeaderClassName
{
color: #9BA693;
}
.AnyTagClassName
{
color: #9BA693;
}
</style>
background-color css
<style>
a { background-color: #9BA693; }
a { background-color: rgb(155,166,147); }
div.DivClassName
{
background-color: #9BA693;
}
.BgClassName
{
background-color: #9BA693;
}
</style>
border-color css
<style>
span { border-color: #9BA693; }
span { border-color: rgb(155,166,147); }
td.TdClassName
{
border-color: #9BA693;
}
.TagClassName
{
border-color: #9BA693;
}
</style>