Html Css Color HEX #9CC0A0 Chinook

📋 copy color: '#9CC0A0'

red 156 ◦ green 192 ◦ blue 160

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

Shades of Chinook #9CC0A0

Tints of Chinook #9CC0A0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.8%

 BLUE value IS 160 (62.89% from 255) = 31.5%

R = 30.71%
G = 37.8%
B = 31.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#9CC0A0 (or 0x9CC0A0) is known color: Chinook. HEX triplet: 9C, C0 and A0. RGB value is (156,192,160). Sum of RGB (Red+Green+Blue) = 156+192+160=508 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.71% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC0A0 is #633F5F. Grayscale: #B1B1B1. Windows color (decimal): -6504288 or 10535068. OLE color: 10535068.

HSL color Cylindrical-coordinate representation of color #9CC0A0: hue angle of 126.67º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9CC0A0 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 192 160 -
CMYK 0.19 0 0.17 0.25
HSL 126.67º 0.22% 0.68% -
HSV(B) 126.67º 0.19% 0.75% -
XYZ 38.91 47.31 40.34 -
YUV 177.59 118.07 112.6 -
System Red Green Blue C M Y K H S L
Decimal 156 192 160 0.19 0 0.17 0.25 126.67 0.22 0.68
Hex 9C C0 A0 13 0 11 19 7F 16 44
Octal 234 300 240 23 0 21 31 177 26 104
Binary 10011100 11000000 10100000 10011 0 10001 11001 1111111 10110 1000100

Color Harmonies of #9CC0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC0A0

Black with #9CC0A0

Text Example


Text Example

White with #9CC0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,192,160); }

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

background-color css

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

 a { background-color: rgb(156,192,160); }

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

border-color css

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

 span { border-color: rgb(156,192,160); }

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