Html Css Color HEX #9CAA8D Norway

📋 copy color: '#9CAA8D'

red 156 ◦ green 170 ◦ blue 141

#9CAA8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Norway #9CAA8D

Tints of Norway #9CAA8D

RGB

 RED value IS 156 (61.33% from 255) = 33.4%

 GREEN value IS 170 (66.8% from 255) = 36.4%

 BLUE value IS 141 (55.47% from 255) = 30.19%

R = 33.4%
G = 36.4%
B = 30.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9CAA8D (or 0x9CAA8D) is known color: Norway. HEX triplet: 9C, AA and 8D. RGB value is (156,170,141). Sum of RGB (Red+Green+Blue) = 156+170+141=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAA8D is #635572. Grayscale: #A2A2A2. Windows color (decimal): -6509939 or 9284252. OLE color: 9284252.

HSL color Cylindrical-coordinate representation of color #9CAA8D: hue angle of 88.97º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CAA8D is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 170 141 -
CMYK 0.08 0 0.17 0.33
HSL 88.97º 0.15% 0.61% -
HSV(B) 88.97º 0.17% 0.67% -
XYZ 32.89 37.74 30.75 -
YUV 162.51 115.86 123.36 -
System Red Green Blue C M Y K H S L
Decimal 156 170 141 0.08 0 0.17 0.33 88.97 0.15 0.61
Hex 9C AA 8D 8 0 11 21 59 F 3D
Octal 234 252 215 10 0 21 41 131 17 75
Binary 10011100 10101010 10001101 1000 0 10001 100001 1011001 1111 111101

Color Harmonies of #9CAA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAA8D

Black with #9CAA8D

Text Example


Text Example

White with #9CAA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CAA8D; }

 p { color: rgb(156,170,141); }

 H1.HeaderClassName
 {
   color: #9CAA8D;
 }
 .AnyTagClassName
 {
   color: #9CAA8D;
 }
</style>

background-color css

<style>
 a { background-color: #9CAA8D; }

 a { background-color: rgb(156,170,141); }

 div.DivClassName
 {
   background-color: #9CAA8D;
 }
 .BgClassName
 {
   background-color: #9CAA8D;
 }
</style>

border-color css

<style>
 span { border-color: #9CAA8D; }

 span { border-color: rgb(156,170,141); }

 td.TdClassName
 {
   border-color: #9CAA8D;
 }
 .TagClassName
 {
   border-color: #9CAA8D;
 }
</style>