#9CCDA5

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

Shades of Chinook #9CCDA5

Tints of Chinook #9CCDA5

Color information

#9CCDA5 (or 0x9CCDA5) is unknown color: approx Chinook. HEX triplet: 9C, CD and A5. RGB value is (156,205,165). Sum of RGB (Red+Green+Blue) = 156+205+165=526 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.66% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCDA5 is #63325A. Grayscale: #B9B9B9. Windows color (decimal): -6500955 or 10866076. OLE color: 10866076.

HSL color Cylindrical-coordinate representation of color #9CCDA5: hue angle of 131.02º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCDA5 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB156205165-
CMYK0.2400.200.20
HSL131.02º32.89%70.78%-
HSV(B)131.02º23.9%80.39%-
XYZ42.3353.4543.68-
YUV185.79116.27106.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.66%
GREEN value IS 205 (80.47% from 255) = 38.97%
BLUE value IS 165 (64.84% from 255) = 31.37%
R=29.66%
G=38.97%
B=31.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1562051650.2400.200.20131.0232.8970.78
Hex9CCDA51801414832147
Octal234315245300242420341107
Binary1001110011001101101001011100001010010100100000111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,205,165); }

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

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

 a { background-color: rgb(156,205,165); }

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

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

 span { border-color: rgb(156,205,165); }

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