#96CDA3

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

Shades of Chinook #96CDA3

Tints of Chinook #96CDA3

Color information

#96CDA3 (or 0x96CDA3) is unknown color: approx Chinook. HEX triplet: 96, CD and A3. RGB value is (150,205,163). Sum of RGB (Red+Green+Blue) = 150+205+163=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 163 (64.06% from 255 or 31.47% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #96CDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CDA3 is #69325C. Grayscale: #B7B7B7. Windows color (decimal): -6894173 or 10734998. OLE color: 10734998.

HSL color Cylindrical-coordinate representation of color #96CDA3: hue angle of 134.18º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CDA3 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB150205163-
CMYK0.2700.200.20
HSL134.18º35.48%69.61%-
HSV(B)134.18º26.83%80.39%-
XYZ41.0252.7942.68-
YUV183.77116.28103.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.96%
GREEN value IS 205 (80.47% from 255) = 39.58%
BLUE value IS 163 (64.06% from 255) = 31.47%
R=28.96%
G=39.58%
B=31.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1502051630.2700.200.20134.1835.4869.61
Hex96CDA31B01414862346
Octal226315243330242420643106
Binary1001011011001101101000111101101010010100100001101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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