#9CDBA3

Color #9CDBA3 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #9CDBA3

Tints of Chinook #9CDBA3

Color information

#9CDBA3 (or 0x9CDBA3) is unknown color: approx Chinook. HEX triplet: 9C, DB and A3. RGB value is (156,219,163). Sum of RGB (Red+Green+Blue) = 156+219+163=538 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.00% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 163 (64.06% from 255 or 30.30% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDBA3 is #63245C. Grayscale: #C1C1C1. Windows color (decimal): -6497373 or 10738588. OLE color: 10738588.

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

Color convert

RGB156219163-
CMYK0.2900.260.14
HSL126.67º46.67%73.53%-
HSV(B)126.67º28.77%85.88%-
XYZ45.6560.3843.9-
YUV193.78110.63101.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.00%
GREEN value IS 219 (85.94% from 255) = 40.71%
BLUE value IS 163 (64.06% from 255) = 30.30%
R=29.00%
G=40.71%
B=30.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562191630.2900.260.14126.6746.6773.53
Hex9CDBA31D01AE7f2f4a
Octal234333243350321617757112
Binary10011100110110111010001111101011010111011111111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9CDBA3;
 }
 .AnyTagClassName
 {
   color: #9CDBA3;
 }
</style>
background-color css

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

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

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

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

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

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