#99CDA3

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

Shades of Chinook #99CDA3

Tints of Chinook #99CDA3

Color information

#99CDA3 (or 0x99CDA3) is unknown color: approx Chinook. HEX triplet: 99, CD and A3. RGB value is (153,205,163). Sum of RGB (Red+Green+Blue) = 153+205+163=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #99CDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CDA3 is #66325C. Grayscale: #B8B8B8. Windows color (decimal): -6697565 or 10735001. OLE color: 10735001.

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

Color convert

RGB153205163-
CMYK0.2500.200.20
HSL131.54º34.21%70.2%-
HSV(B)131.54º25.37%80.39%-
XYZ41.5853.0842.7-
YUV184.66115.77105.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.37%
GREEN value IS 205 (80.47% from 255) = 39.35%
BLUE value IS 163 (64.06% from 255) = 31.29%
R=29.37%
G=39.35%
B=31.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1532051630.2500.200.20131.5434.2170.2
Hex99CDA31901414842246
Octal231315243310242420442106
Binary1001100111001101101000111100101010010100100001001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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