#99CEA9

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

Shades of Chinook #99CEA9

Tints of Chinook #99CEA9

Color information

#99CEA9 (or 0x99CEA9) is unknown color: approx Chinook. HEX triplet: 99, CE and A9. RGB value is (153,206,169). Sum of RGB (Red+Green+Blue) = 153+206+169=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #99CEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CEA9 is #663156. Grayscale: #BABABA. Windows color (decimal): -6697303 or 11128473. OLE color: 11128473.

HSL color Cylindrical-coordinate representation of color #99CEA9: hue angle of 138.11º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CEA9 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB153206169-
CMYK0.2600.180.19
HSL138.11º35.1%70.39%-
HSV(B)138.11º25.73%80.78%-
XYZ42.3753.7845.68-
YUV185.93118.44104.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.98%
GREEN value IS 206 (80.86% from 255) = 39.02%
BLUE value IS 169 (66.41% from 255) = 32.01%
R=28.98%
G=39.02%
B=32.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1532061690.2600.180.19138.1135.170.39
Hex99CEA91A012138a2346
Octal231316251320222321243106
Binary1001100111001110101010011101001001010011100010101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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