Html Css Color HEX #9CDBA4 Chinook

📋 copy color: '#9CDBA4'

red 156 ◦ green 219 ◦ blue 164

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

Shades of Chinook #9CDBA4

Tints of Chinook #9CDBA4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.63%

 BLUE value IS 164 (64.45% from 255) = 30.43%

R = 28.94%
G = 40.63%
B = 30.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#9CDBA4 (or 0x9CDBA4) is known color: Chinook. HEX triplet: 9C, DB and A4. RGB value is (156,219,164). Sum of RGB (Red+Green+Blue) = 156+219+164=539 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.94% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 164 (64.45% from 255 or 30.43% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDBA4 is #63245B. Grayscale: #C2C2C2. Windows color (decimal): -6497372 or 10804124. OLE color: 10804124.

HSL color Cylindrical-coordinate representation of color #9CDBA4: hue angle of 127.62º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDBA4 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 219 164 -
CMYK 0.29 0 0.25 0.14
HSL 127.62º 0.47% 0.74% -
HSV(B) 127.62º 0.29% 0.86% -
XYZ 45.74 60.41 44.37 -
YUV 193.89 111.13 100.97 -
System Red Green Blue C M Y K H S L
Decimal 156 219 164 0.29 0 0.25 0.14 127.62 0.47 0.74
Hex 9C DB A4 1D 0 19 E 80 2F 4A
Octal 234 333 244 35 0 31 16 200 57 112
Binary 10011100 11011011 10100100 11101 0 11001 1110 10000000 101111 1001010

Color Harmonies of #9CDBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDBA4

Black with #9CDBA4

Text Example


Text Example

White with #9CDBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,219,164); }

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

background-color css

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

 a { background-color: rgb(156,219,164); }

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

border-color css

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

 span { border-color: rgb(156,219,164); }

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