#95C59C

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

Shades of Chinook #95C59C

Tints of Chinook #95C59C

Color information

#95C59C (or 0x95C59C) is unknown color: approx Chinook. HEX triplet: 95, C5 and 9C. RGB value is (149,197,156). Sum of RGB (Red+Green+Blue) = 149+197+156=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 197 - color contains mainly: green. Hex color #95C59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C59C is #6A3A63. Grayscale: #B2B2B2. Windows color (decimal): -6961764 or 10274197. OLE color: 10274197.

HSL color Cylindrical-coordinate representation of color #95C59C: hue angle of 128.75º degrees, saturation: 0.29, 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 #95C59C is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB149197156-
CMYK0.2400.210.23
HSL128.75º29.27%67.84%-
HSV(B)128.75º24.37%77.25%-
XYZ38.3648.7238.83-
YUV177.97115.6107.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.68%
GREEN value IS 197 (77.34% from 255) = 39.24%
BLUE value IS 156 (61.33% from 255) = 31.08%
R=29.68%
G=39.24%
B=31.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1491971560.2400.210.23128.7529.2767.84
Hex95C59C1801517811d44
Octal225305234300252720135104
Binary100101011100010110011100110000101011011110000001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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