Html Css Color HEX #9CCA9D Chinook

📋 copy color: '#9CCA9D'

red 156 ◦ green 202 ◦ blue 157

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

Shades of Chinook #9CCA9D

Tints of Chinook #9CCA9D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.22%

 BLUE value IS 157 (61.72% from 255) = 30.49%

R = 30.29%
G = 39.22%
B = 30.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#9CCA9D (or 0x9CCA9D) is known color: Chinook. HEX triplet: 9C, CA and 9D. RGB value is (156,202,157). Sum of RGB (Red+Green+Blue) = 156+202+157=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCA9D is #633562. Grayscale: #B7B7B7. Windows color (decimal): -6501731 or 10341020. OLE color: 10341020.

HSL color Cylindrical-coordinate representation of color #9CCA9D: hue angle of 121.3º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CCA9D is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 156 202 157 -
CMYK 0.23 0 0.22 0.21
HSL 121.3º 0.3% 0.7% -
HSV(B) 121.3º 0.23% 0.79% -
XYZ 40.92 51.74 39.73 -
YUV 183.12 113.26 108.66 -
System Red Green Blue C M Y K H S L
Decimal 156 202 157 0.23 0 0.22 0.21 121.3 0.3 0.7
Hex 9C CA 9D 17 0 16 15 79 1E 46
Octal 234 312 235 27 0 26 25 171 36 106
Binary 10011100 11001010 10011101 10111 0 10110 10101 1111001 11110 1000110

Color Harmonies of #9CCA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCA9D

Black with #9CCA9D

Text Example


Text Example

White with #9CCA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,202,157); }

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

background-color css

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

 a { background-color: rgb(156,202,157); }

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

border-color css

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

 span { border-color: rgb(156,202,157); }

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