#96DBA3

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

Shades of Chinook #96DBA3

Tints of Chinook #96DBA3

Color information

#96DBA3 (or 0x96DBA3) is unknown color: approx Chinook. HEX triplet: 96, DB and A3. RGB value is (150,219,163). Sum of RGB (Red+Green+Blue) = 150+219+163=532 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.20% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 163 (64.06% from 255 or 30.64% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DBA3 is #69245C. Grayscale: #C0C0C0. Windows color (decimal): -6890589 or 10738582. OLE color: 10738582.

HSL color Cylindrical-coordinate representation of color #96DBA3: hue angle of 131.3º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DBA3 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB150219163-
CMYK0.3200.260.14
HSL131.3º48.94%72.35%-
HSV(B)131.3º31.51%85.88%-
XYZ44.5259.7943.84-
YUV191.98111.6498.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.20%
GREEN value IS 219 (85.94% from 255) = 41.17%
BLUE value IS 163 (64.06% from 255) = 30.64%
R=28.20%
G=41.17%
B=30.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1502191630.3200.260.14131.348.9472.35
Hex96DBA32001AE833148
Octal226333243400321620361110
Binary1001011011011011101000111000000110101110100000111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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