Shades of Norway #9CAF8A
Tints of Norway #9CAF8A
RGB
CMYK
RGB Variations
Color information
#9CAF8A (or 0x9CAF8A) is known color: Norway. HEX triplet: 9C, AF and 8A. RGB value is (156,175,138). Sum of RGB (Red+Green+Blue) = 156+175+138=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAF8A is #635075. Grayscale: #A5A5A5. Windows color (decimal): -6508662 or 9088924. OLE color: 9088924.
HSL color Cylindrical-coordinate representation of color #9CAF8A: hue angle of 90.81º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9CAF8A is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 175 | 138 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.31 |
| HSL | 90.81º | 0.19% | 0.61% | - |
| HSV(B) | 90.81º | 0.21% | 0.69% | - |
| XYZ | 33.63 | 39.56 | 29.91 | - |
| YUV | 165.1 | 112.71 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 138 | 0.11 | 0 | 0.21 | 0.31 | 90.81 | 0.19 | 0.61 |
| Hex | 9C | AF | 8A | B | 0 | 15 | 1F | 5B | 13 | 3D |
| Octal | 234 | 257 | 212 | 13 | 0 | 25 | 37 | 133 | 23 | 75 |
| Binary | 10011100 | 10101111 | 10001010 | 1011 | 0 | 10101 | 11111 | 1011011 | 10011 | 111101 |
Color Harmonies of #9CAF8A
Complementary color
Monochromatic Colors of #9CAF8A
Black with #9CAF8A
Text Example
Text Example
White with #9CAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAF8A; }
p { color: rgb(156,175,138); }
H1.HeaderClassName
{
color: #9CAF8A;
}
.AnyTagClassName
{
color: #9CAF8A;
}
</style>
background-color css
<style>
a { background-color: #9CAF8A; }
a { background-color: rgb(156,175,138); }
div.DivClassName
{
background-color: #9CAF8A;
}
.BgClassName
{
background-color: #9CAF8A;
}
</style>
border-color css
<style>
span { border-color: #9CAF8A; }
span { border-color: rgb(156,175,138); }
td.TdClassName
{
border-color: #9CAF8A;
}
.TagClassName
{
border-color: #9CAF8A;
}
</style>