#99CCAA

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

Shades of Chinook #99CCAA

Tints of Chinook #99CCAA

Color information

#99CCAA (or 0x99CCAA) is unknown color: approx Chinook. HEX triplet: 99, CC and AA. RGB value is (153,204,170). Sum of RGB (Red+Green+Blue) = 153+204+170=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #99CCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CCAA is #663355. Grayscale: #B8B8B8. Windows color (decimal): -6697814 or 11193497. OLE color: 11193497.

HSL color Cylindrical-coordinate representation of color #99CCAA: hue angle of 140º degrees, saturation: 0.33, 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 #99CCAA is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB153204170-
CMYK0.2500.170.2
HSL140º33.33%70%-
HSV(B)140º25%80%-
XYZ41.9952.8646.02-
YUV184.88119.6105.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.03%
GREEN value IS 204 (80.08% from 255) = 38.71%
BLUE value IS 170 (66.80% from 255) = 32.26%
R=29.03%
G=38.71%
B=32.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1532041700.2500.170.214033.3370
Hex99CCAA19011148c2146
Octal231314252310212421441106
Binary1001100111001100101010101100101000110100100011001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,204,170); }

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

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

 a { background-color: rgb(153,204,170); }

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

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

 span { border-color: rgb(153,204,170); }

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