#9DCCA1

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

Shades of Chinook #9DCCA1

Tints of Chinook #9DCCA1

Color information

#9DCCA1 (or 0x9DCCA1) is unknown color: approx Chinook. HEX triplet: 9D, CC and A1. RGB value is (157,204,161). Sum of RGB (Red+Green+Blue) = 157+204+161=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 161 (63.28% from 255 or 30.84% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCCA1 is #62335E. Grayscale: #B9B9B9. Windows color (decimal): -6435679 or 10603677. OLE color: 10603677.

HSL color Cylindrical-coordinate representation of color #9DCCA1: hue angle of 125.11º 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 #9DCCA1 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB157204161-
CMYK0.2300.210.2
HSL125.11º31.54%70.78%-
HSV(B)125.11º23.04%80%-
XYZ41.9352.9341.72-
YUV185.04114.43108-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.08%
GREEN value IS 204 (80.08% from 255) = 39.08%
BLUE value IS 161 (63.28% from 255) = 30.84%
R=30.08%
G=39.08%
B=30.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1572041610.2300.210.2125.1131.5470.78
Hex9DCCA117015147d2047
Octal235314241270252417540107
Binary100111011100110010100001101110101011010011111011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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