#95C49D

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

Shades of Chinook #95C49D

Tints of Chinook #95C49D

Color information

#95C49D (or 0x95C49D) is unknown color: approx Chinook. HEX triplet: 95, C4 and 9D. RGB value is (149,196,157). Sum of RGB (Red+Green+Blue) = 149+196+157=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 196 - color contains mainly: green. Hex color #95C49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C49D is #6A3B62. Grayscale: #B1B1B1. Windows color (decimal): -6962019 or 10339477. OLE color: 10339477.

HSL color Cylindrical-coordinate representation of color #95C49D: hue angle of 130.21º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95C49D is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB149196157-
CMYK0.2400.200.23
HSL130.21º28.48%67.65%-
HSV(B)130.21º23.98%76.86%-
XYZ38.2248.339.21-
YUV177.5116.43107.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.68%
GREEN value IS 196 (76.95% from 255) = 39.04%
BLUE value IS 157 (61.72% from 255) = 31.27%
R=29.68%
G=39.04%
B=31.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1491961570.2400.200.23130.2128.4867.65
Hex95C49D1801417821c44
Octal225304235300242720234104
Binary100101011100010010011101110000101001011110000010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,196,157); }

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

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

 a { background-color: rgb(149,196,157); }

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

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

 span { border-color: rgb(149,196,157); }

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