Html Css Color HEX #9CDBA0 Chinook

📋 copy color: '#9CDBA0'

red 156 ◦ green 219 ◦ blue 160

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

Shades of Chinook #9CDBA0

Tints of Chinook #9CDBA0

RGB

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

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

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

R = 29.16%
G = 40.93%
B = 29.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#9CDBA0 (or 0x9CDBA0) is known color: Chinook. HEX triplet: 9C, DB and A0. RGB value is (156,219,160). Sum of RGB (Red+Green+Blue) = 156+219+160=535 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.16% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDBA0 is #63245F. Grayscale: #C1C1C1. Windows color (decimal): -6497376 or 10541980. OLE color: 10541980.

HSL color Cylindrical-coordinate representation of color #9CDBA0: hue angle of 123.81º 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 #9CDBA0 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 219 160 -
CMYK 0.29 0 0.27 0.14
HSL 123.81º 0.47% 0.74% -
HSV(B) 123.81º 0.29% 0.86% -
XYZ 45.39 60.27 42.5 -
YUV 193.44 109.13 101.3 -
System Red Green Blue C M Y K H S L
Decimal 156 219 160 0.29 0 0.27 0.14 123.81 0.47 0.74
Hex 9C DB A0 1D 0 1B E 7C 2F 4A
Octal 234 333 240 35 0 33 16 174 57 112
Binary 10011100 11011011 10100000 11101 0 11011 1110 1111100 101111 1001010

Color Harmonies of #9CDBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDBA0

Black with #9CDBA0

Text Example


Text Example

White with #9CDBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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