#99DBA3

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

Shades of Chinook #99DBA3

Tints of Chinook #99DBA3

Color information

#99DBA3 (or 0x99DBA3) is unknown color: approx Chinook. HEX triplet: 99, DB and A3. RGB value is (153,219,163). Sum of RGB (Red+Green+Blue) = 153+219+163=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 163 (64.06% from 255 or 30.47% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DBA3 is #66245C. Grayscale: #C1C1C1. Windows color (decimal): -6693981 or 10738585. OLE color: 10738585.

HSL color Cylindrical-coordinate representation of color #99DBA3: hue angle of 129.09º 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 #99DBA3 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB153219163-
CMYK0.3000.260.14
HSL129.09º47.83%72.94%-
HSV(B)129.09º30.14%85.88%-
XYZ45.0860.0843.87-
YUV192.88111.1399.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.60%
GREEN value IS 219 (85.94% from 255) = 40.93%
BLUE value IS 163 (64.06% from 255) = 30.47%
R=28.60%
G=40.93%
B=30.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1532191630.3000.260.14129.0947.8372.94
Hex99DBA31E01AE813049
Octal231333243360321620160111
Binary100110011101101110100011111100110101110100000011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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