#9DCCA3

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

Shades of Chinook #9DCCA3

Tints of Chinook #9DCCA3

Color information

#9DCCA3 (or 0x9DCCA3) is unknown color: approx Chinook. HEX triplet: 9D, CC and A3. RGB value is (157,204,163). Sum of RGB (Red+Green+Blue) = 157+204+163=524 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.96% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 163 (64.06% from 255 or 31.11% from 524); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCCA3 is #62335C. Grayscale: #B9B9B9. Windows color (decimal): -6435677 or 10734749. OLE color: 10734749.

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

Color convert

RGB157204163-
CMYK0.2300.200.2
HSL127.66º31.54%70.78%-
HSV(B)127.66º23.04%80%-
XYZ42.115342.66-
YUV185.27115.43107.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.96%
GREEN value IS 204 (80.08% from 255) = 38.93%
BLUE value IS 163 (64.06% from 255) = 31.11%
R=29.96%
G=38.93%
B=31.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1572041630.2300.200.2127.6631.5470.78
Hex9DCCA31701414802047
Octal235314243270242420040107
Binary1001110111001100101000111011101010010100100000001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,204,163); }

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

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

 a { background-color: rgb(157,204,163); }

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

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

 span { border-color: rgb(157,204,163); }

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