#99CCA2

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

Shades of Chinook #99CCA2

Tints of Chinook #99CCA2

Color information

#99CCA2 (or 0x99CCA2) is unknown color: approx Chinook. HEX triplet: 99, CC and A2. RGB value is (153,204,162). Sum of RGB (Red+Green+Blue) = 153+204+162=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #99CCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CCA2 is #66335D. Grayscale: #B8B8B8. Windows color (decimal): -6697822 or 10669209. OLE color: 10669209.

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

Color convert

RGB153204162-
CMYK0.2500.210.2
HSL130.59º33.33%70%-
HSV(B)130.59º25%80%-
XYZ41.2552.5742.15-
YUV183.96115.6105.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.48%
GREEN value IS 204 (80.08% from 255) = 39.31%
BLUE value IS 162 (63.67% from 255) = 31.21%
R=29.48%
G=39.31%
B=31.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1532041620.2500.210.2130.5933.3370
Hex99CCA21901514832146
Octal231314242310252420341106
Binary1001100111001100101000101100101010110100100000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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