Html Css Color HEX #9DC3A1 Chinook

📋 copy color: '#9DC3A1'

red 157 ◦ green 195 ◦ blue 161

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

Shades of Chinook #9DC3A1

Tints of Chinook #9DC3A1

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.01%

 BLUE value IS 161 (63.28% from 255) = 31.38%

R = 30.6%
G = 38.01%
B = 31.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#9DC3A1 (or 0x9DC3A1) is known color: Chinook. HEX triplet: 9D, C3 and A1. RGB value is (157,195,161). Sum of RGB (Red+Green+Blue) = 157+195+161=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 161 (63.28% from 255 or 31.38% from 513); Max value from RGB is 195 - color contains mainly: green. Hex color #9DC3A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC3A1 is #623C5E. Grayscale: #B3B3B3. Windows color (decimal): -6437983 or 10601373. OLE color: 10601373.

HSL color Cylindrical-coordinate representation of color #9DC3A1: hue angle of 126.32º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DC3A1 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 157 195 161 -
CMYK 0.19 0 0.17 0.24
HSL 126.32º 0.24% 0.69% -
HSV(B) 126.32º 0.19% 0.76% -
XYZ 39.85 48.77 41.03 -
YUV 179.76 117.41 111.76 -
System Red Green Blue C M Y K H S L
Decimal 157 195 161 0.19 0 0.17 0.24 126.32 0.24 0.69
Hex 9D C3 A1 13 0 11 18 7E 18 45
Octal 235 303 241 23 0 21 30 176 30 105
Binary 10011101 11000011 10100001 10011 0 10001 11000 1111110 11000 1000101

Color Harmonies of #9DC3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC3A1

Black with #9DC3A1

Text Example


Text Example

White with #9DC3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,195,161); }

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

background-color css

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

 a { background-color: rgb(157,195,161); }

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

border-color css

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

 span { border-color: rgb(157,195,161); }

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