Html Css Color HEX #9CC8A3 Chinook

📋 copy color: '#9CC8A3'

red 156 ◦ green 200 ◦ blue 163

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

Shades of Chinook #9CC8A3

Tints of Chinook #9CC8A3

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.54%

 BLUE value IS 163 (64.06% from 255) = 31.41%

R = 30.06%
G = 38.54%
B = 31.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#9CC8A3 (or 0x9CC8A3) is known color: Chinook. HEX triplet: 9C, C8 and A3. RGB value is (156,200,163). Sum of RGB (Red+Green+Blue) = 156+200+163=519 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.06% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 200 - color contains mainly: green. Hex color #9CC8A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC8A3 is #63375C. Grayscale: #B6B6B6. Windows color (decimal): -6502237 or 10733724. OLE color: 10733724.

HSL color Cylindrical-coordinate representation of color #9CC8A3: hue angle of 129.55º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9CC8A3 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 156 200 163 -
CMYK 0.22 0 0.18 0.22
HSL 129.55º 0.29% 0.7% -
HSV(B) 129.55º 0.22% 0.78% -
XYZ 40.98 51.02 42.34 -
YUV 182.63 116.92 109.01 -
System Red Green Blue C M Y K H S L
Decimal 156 200 163 0.22 0 0.18 0.22 129.55 0.29 0.7
Hex 9C C8 A3 16 0 12 16 82 1D 46
Octal 234 310 243 26 0 22 26 202 35 106
Binary 10011100 11001000 10100011 10110 0 10010 10110 10000010 11101 1000110

Color Harmonies of #9CC8A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC8A3

Black with #9CC8A3

Text Example


Text Example

White with #9CC8A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,200,163); }

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

background-color css

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

 a { background-color: rgb(156,200,163); }

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

border-color css

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

 span { border-color: rgb(156,200,163); }

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