Html Css Color HEX #9CCCAA Chinook

📋 copy color: '#9CCCAA'

red 156 ◦ green 204 ◦ blue 170

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

Shades of Chinook #9CCCAA

Tints of Chinook #9CCCAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.08%

R = 29.43%
G = 38.49%
B = 32.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#9CCCAA (or 0x9CCCAA) is known color: Chinook. HEX triplet: 9C, CC and AA. RGB value is (156,204,170). Sum of RGB (Red+Green+Blue) = 156+204+170=530 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.43% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCCAA is #633355. Grayscale: #B9B9B9. Windows color (decimal): -6501206 or 11193500. OLE color: 11193500.

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

Color convert

RGB 156 204 170 -
CMYK 0.24 0 0.17 0.2
HSL 137.5º 0.32% 0.71% -
HSV(B) 137.5º 0.24% 0.8% -
XYZ 42.56 53.16 46.05 -
YUV 185.77 119.1 106.76 -
System Red Green Blue C M Y K H S L
Decimal 156 204 170 0.24 0 0.17 0.2 137.5 0.32 0.71
Hex 9C CC AA 18 0 11 14 8A 20 47
Octal 234 314 252 30 0 21 24 212 40 107
Binary 10011100 11001100 10101010 11000 0 10001 10100 10001010 100000 1000111

Color Harmonies of #9CCCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCCAA

Black with #9CCCAA

Text Example


Text Example

White with #9CCCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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