#95DA9B

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

Shades of Chinook #95DA9B

Tints of Chinook #95DA9B

Color information

#95DA9B (or 0x95DA9B) is unknown color: approx Chinook. HEX triplet: 95, DA and 9B. RGB value is (149,218,155). Sum of RGB (Red+Green+Blue) = 149+218+155=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #95DA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DA9B is #6A2564. Grayscale: #BEBEBE. Windows color (decimal): -6956389 or 10214037. OLE color: 10214037.

HSL color Cylindrical-coordinate representation of color #95DA9B: hue angle of 125.22º 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 #95DA9B is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB149218155-
CMYK0.3200.290.15
HSL125.22º48.25%71.96%-
HSV(B)125.22º31.65%85.49%-
XYZ43.3858.940.09-
YUV190.19108.1498.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.54%
GREEN value IS 218 (85.55% from 255) = 41.76%
BLUE value IS 155 (60.94% from 255) = 29.69%
R=28.54%
G=41.76%
B=29.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492181550.3200.290.15125.2248.2571.96
Hex95DA9B2001DF7d3048
Octal225332233400351717560110
Binary100101011101101010011011100000011101111111111011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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