#99CAA9

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

Shades of Chinook #99CAA9

Tints of Chinook #99CAA9

Color information

#99CAA9 (or 0x99CAA9) is unknown color: approx Chinook. HEX triplet: 99, CA and A9. RGB value is (153,202,169). Sum of RGB (Red+Green+Blue) = 153+202+169=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 169 (66.41% from 255 or 32.25% from 524); Max value from RGB is 202 - color contains mainly: green. Hex color #99CAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CAA9 is #663556. Grayscale: #B7B7B7. Windows color (decimal): -6698327 or 11127449. OLE color: 11127449.

HSL color Cylindrical-coordinate representation of color #99CAA9: hue angle of 139.59º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99CAA9 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB153202169-
CMYK0.2400.160.21
HSL139.59º31.61%69.61%-
HSV(B)139.59º24.26%79.22%-
XYZ41.4251.8845.37-
YUV183.59119.77106.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.20%
GREEN value IS 202 (79.30% from 255) = 38.55%
BLUE value IS 169 (66.41% from 255) = 32.25%
R=29.20%
G=38.55%
B=32.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1532021690.2400.160.21139.5931.6169.61
Hex99CAA918010158c2046
Octal231312251300202521440106
Binary1001100111001010101010011100001000010101100011001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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