#95DA9C

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

Shades of Chinook #95DA9C

Tints of Chinook #95DA9C

Color information

#95DA9C (or 0x95DA9C) is unknown color: approx Chinook. HEX triplet: 95, DA and 9C. RGB value is (149,218,156). Sum of RGB (Red+Green+Blue) = 149+218+156=523 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.49% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #95DA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DA9C is #6A2563. Grayscale: #BEBEBE. Windows color (decimal): -6956388 or 10279573. OLE color: 10279573.

HSL color Cylindrical-coordinate representation of color #95DA9C: hue angle of 126.09º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DA9C is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB149218156-
CMYK0.3200.280.15
HSL126.09º48.25%71.96%-
HSV(B)126.09º31.65%85.49%-
XYZ43.4758.9340.54-
YUV190.3108.6498.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.49%
GREEN value IS 218 (85.55% from 255) = 41.68%
BLUE value IS 156 (61.33% from 255) = 29.83%
R=28.49%
G=41.68%
B=29.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492181560.3200.280.15126.0948.2571.96
Hex95DA9C2001CF7e3048
Octal225332234400341717660110
Binary100101011101101010011100100000011100111111111101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95DA9C; }

 p { color: rgb(149,218,156); }

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

<style>
 a { background-color: #95DA9C; }

 a { background-color: rgb(149,218,156); }

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

<style>
 span { border-color: #95DA9C; }

 span { border-color: rgb(149,218,156); }

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