#99CCA0

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

Shades of Chinook #99CCA0

Tints of Chinook #99CCA0

Color information

#99CCA0 (or 0x99CCA0) is unknown color: approx Chinook. HEX triplet: 99, CC and A0. RGB value is (153,204,160). Sum of RGB (Red+Green+Blue) = 153+204+160=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 204 - color contains mainly: green. Hex color #99CCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CCA0 is #66335F. Grayscale: #B7B7B7. Windows color (decimal): -6697824 or 10538137. OLE color: 10538137.

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

Color convert

RGB153204160-
CMYK0.2500.220.2
HSL128.24º33.33%70%-
HSV(B)128.24º25%80%-
XYZ41.0752.541.23-
YUV183.74114.6106.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.59%
GREEN value IS 204 (80.08% from 255) = 39.46%
BLUE value IS 160 (62.89% from 255) = 30.95%
R=29.59%
G=39.46%
B=30.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1532041600.2500.220.2128.2433.3370
Hex99CCA01901614802146
Octal231314240310262420041106
Binary1001100111001100101000001100101011010100100000001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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