#99D2A0

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

Shades of Chinook #99D2A0

Tints of Chinook #99D2A0

Color information

#99D2A0 (or 0x99D2A0) is unknown color: approx Chinook. HEX triplet: 99, D2 and A0. RGB value is (153,210,160). Sum of RGB (Red+Green+Blue) = 153+210+160=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 210 - color contains mainly: green. Hex color #99D2A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D2A0 is #662D5F. Grayscale: #BBBBBB. Windows color (decimal): -6696288 or 10539673. OLE color: 10539673.

HSL color Cylindrical-coordinate representation of color #99D2A0: hue angle of 127.37º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99D2A0 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB153210160-
CMYK0.2700.240.18
HSL127.37º38.78%71.18%-
HSV(B)127.37º27.14%82.35%-
XYZ42.5355.441.71-
YUV187.26112.62103.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.25%
GREEN value IS 210 (82.42% from 255) = 40.15%
BLUE value IS 160 (62.89% from 255) = 30.59%
R=29.25%
G=40.15%
B=30.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1532101600.2700.240.18127.3738.7871.18
Hex99D2A01B018127f2747
Octal231322240330302217747107
Binary100110011101001010100000110110110001001011111111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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