#99DBA9

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

Shades of Chinook #99DBA9

Tints of Chinook #99DBA9

Color information

#99DBA9 (or 0x99DBA9) is unknown color: approx Chinook. HEX triplet: 99, DB and A9. RGB value is (153,219,169). Sum of RGB (Red+Green+Blue) = 153+219+169=541 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.28% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 169 (66.41% from 255 or 31.24% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DBA9 is #662456. Grayscale: #C1C1C1. Windows color (decimal): -6693975 or 11131801. OLE color: 11131801.

HSL color Cylindrical-coordinate representation of color #99DBA9: hue angle of 134.55º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DBA9 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB153219169-
CMYK0.3000.230.14
HSL134.55º47.83%72.94%-
HSV(B)134.55º30.14%85.88%-
XYZ45.6360.346.77-
YUV193.57114.1399.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.28%
GREEN value IS 219 (85.94% from 255) = 40.48%
BLUE value IS 169 (66.41% from 255) = 31.24%
R=28.28%
G=40.48%
B=31.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1532191690.3000.230.14134.5547.8372.94
Hex99DBA91E017E873049
Octal231333251360271620760111
Binary100110011101101110101001111100101111110100001111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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