Html Css Color HEX #9DAA8B Norway

📋 copy color: '#9DAA8B'

red 157 ◦ green 170 ◦ blue 139

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

Shades of Norway #9DAA8B

Tints of Norway #9DAA8B

RGB

 RED value IS 157 (61.72% from 255) = 33.69%

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

 BLUE value IS 139 (54.69% from 255) = 29.83%

R = 33.69%
G = 36.48%
B = 29.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#9DAA8B (or 0x9DAA8B) is known color: Norway. HEX triplet: 9D, AA and 8B. RGB value is (157,170,139). Sum of RGB (Red+Green+Blue) = 157+170+139=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAA8B is #625574. Grayscale: #A2A2A2. Windows color (decimal): -6444405 or 9153181. OLE color: 9153181.

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

Color convert

RGB 157 170 139 -
CMYK 0.08 0 0.18 0.33
HSL 85.16º 0.15% 0.61% -
HSV(B) 85.16º 0.18% 0.67% -
XYZ 32.94 37.78 29.98 -
YUV 162.58 114.69 124.02 -
System Red Green Blue C M Y K H S L
Decimal 157 170 139 0.08 0 0.18 0.33 85.16 0.15 0.61
Hex 9D AA 8B 8 0 12 21 55 F 3D
Octal 235 252 213 10 0 22 41 125 17 75
Binary 10011101 10101010 10001011 1000 0 10010 100001 1010101 1111 111101

Color Harmonies of #9DAA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAA8B

Black with #9DAA8B

Text Example


Text Example

White with #9DAA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,170,139); }

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

background-color css

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

 a { background-color: rgb(157,170,139); }

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

border-color css

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

 span { border-color: rgb(157,170,139); }

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