#99CDA0

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

Shades of Chinook #99CDA0

Tints of Chinook #99CDA0

Color information

#99CDA0 (or 0x99CDA0) is unknown color: approx Chinook. HEX triplet: 99, CD and A0. RGB value is (153,205,160). Sum of RGB (Red+Green+Blue) = 153+205+160=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #99CDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CDA0 is #66325F. Grayscale: #B8B8B8. Windows color (decimal): -6697568 or 10538393. OLE color: 10538393.

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

Color convert

RGB153205160-
CMYK0.2500.220.20
HSL128.08º34.21%70.2%-
HSV(B)128.08º25.37%80.39%-
XYZ41.3152.9741.31-
YUV184.32114.27105.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.54%
GREEN value IS 205 (80.47% from 255) = 39.58%
BLUE value IS 160 (62.89% from 255) = 30.89%
R=29.54%
G=39.58%
B=30.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1532051600.2500.220.20128.0834.2170.2
Hex99CDA01901614802246
Octal231315240310262420042106
Binary1001100111001101101000001100101011010100100000001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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