Html Css Color HEX #9DCCA6 Chinook

📋 copy color: '#9DCCA6'

red 157 ◦ green 204 ◦ blue 166

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

Shades of Chinook #9DCCA6

Tints of Chinook #9DCCA6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.71%

 BLUE value IS 166 (65.23% from 255) = 31.5%

R = 29.79%
G = 38.71%
B = 31.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#9DCCA6 (or 0x9DCCA6) is known color: Chinook. HEX triplet: 9D, CC and A6. RGB value is (157,204,166). Sum of RGB (Red+Green+Blue) = 157+204+166=527 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.79% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCCA6 is #623359. Grayscale: #B9B9B9. Windows color (decimal): -6435674 or 10931357. OLE color: 10931357.

HSL color Cylindrical-coordinate representation of color #9DCCA6: hue angle of 131.49º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCCA6 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB 157 204 166 -
CMYK 0.23 0 0.19 0.2
HSL 131.49º 0.32% 0.71% -
HSV(B) 131.49º 0.23% 0.8% -
XYZ 42.38 53.11 44.09 -
YUV 185.62 116.93 107.59 -
System Red Green Blue C M Y K H S L
Decimal 157 204 166 0.23 0 0.19 0.2 131.49 0.32 0.71
Hex 9D CC A6 17 0 13 14 83 20 47
Octal 235 314 246 27 0 23 24 203 40 107
Binary 10011101 11001100 10100110 10111 0 10011 10100 10000011 100000 1000111

Color Harmonies of #9DCCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCCA6

Black with #9DCCA6

Text Example


Text Example

White with #9DCCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,204,166); }

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

background-color css

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

 a { background-color: rgb(157,204,166); }

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

border-color css

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

 span { border-color: rgb(157,204,166); }

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