#99DDA3

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

Shades of Chinook #99DDA3

Tints of Chinook #99DDA3

Color information

#99DDA3 (or 0x99DDA3) is unknown color: approx Chinook. HEX triplet: 99, DD and A3. RGB value is (153,221,163). Sum of RGB (Red+Green+Blue) = 153+221+163=537 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.49% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 163 (64.06% from 255 or 30.35% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #99DDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DDA3 is #66225C. Grayscale: #C2C2C2. Windows color (decimal): -6693469 or 10739097. OLE color: 10739097.

HSL color Cylindrical-coordinate representation of color #99DDA3: hue angle of 128.82º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DDA3 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB153221163-
CMYK0.3100.260.13
HSL128.82º50%73.33%-
HSV(B)128.82º30.77%86.67%-
XYZ45.661.1344.05-
YUV194.06110.4798.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.49%
GREEN value IS 221 (86.72% from 255) = 41.15%
BLUE value IS 163 (64.06% from 255) = 30.35%
R=28.49%
G=41.15%
B=30.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532211630.3100.260.13128.825073.33
Hex99DDA31F01AD813249
Octal231335243370321520162111
Binary100110011101110110100011111110110101101100000011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,221,163); }

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

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

 a { background-color: rgb(153,221,163); }

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

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

 span { border-color: rgb(153,221,163); }

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