#99CDA9

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

Shades of Chinook #99CDA9

Tints of Chinook #99CDA9

Color information

#99CDA9 (or 0x99CDA9) is unknown color: approx Chinook. HEX triplet: 99, CD and A9. RGB value is (153,205,169). Sum of RGB (Red+Green+Blue) = 153+205+169=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #99CDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CDA9 is #663256. Grayscale: #B9B9B9. Windows color (decimal): -6697559 or 11128217. OLE color: 11128217.

HSL color Cylindrical-coordinate representation of color #99CDA9: hue angle of 138.46º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99CDA9 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB153205169-
CMYK0.2500.180.20
HSL138.46º34.21%70.2%-
HSV(B)138.46º25.37%80.39%-
XYZ42.1353.345.6-
YUV185.35118.77104.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.03%
GREEN value IS 205 (80.47% from 255) = 38.90%
BLUE value IS 169 (66.41% from 255) = 32.07%
R=29.03%
G=38.90%
B=32.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1532051690.2500.180.20138.4634.2170.2
Hex99CDA919012148a2246
Octal231315251310222421242106
Binary1001100111001101101010011100101001010100100010101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99CDA9; }

 p { color: rgb(153,205,169); }

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

<style>
 a { background-color: #99CDA9; }

 a { background-color: rgb(153,205,169); }

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

<style>
 span { border-color: #99CDA9; }

 span { border-color: rgb(153,205,169); }

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