#95C59F

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

Shades of Chinook #95C59F

Tints of Chinook #95C59F

Color information

#95C59F (or 0x95C59F) is unknown color: approx Chinook. HEX triplet: 95, C5 and 9F. RGB value is (149,197,159). Sum of RGB (Red+Green+Blue) = 149+197+159=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 197 - color contains mainly: green. Hex color #95C59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C59F is #6A3A60. Grayscale: #B2B2B2. Windows color (decimal): -6961761 or 10470805. OLE color: 10470805.

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

Color convert

RGB149197159-
CMYK0.2400.190.23
HSL132.5º29.27%67.84%-
HSV(B)132.5º24.37%77.25%-
XYZ38.6248.8340.19-
YUV178.32117.1107.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.50%
GREEN value IS 197 (77.34% from 255) = 39.01%
BLUE value IS 159 (62.5% from 255) = 31.49%
R=29.50%
G=39.01%
B=31.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1491971590.2400.190.23132.529.2767.84
Hex95C59F1801317841d44
Octal225305237300232720435104
Binary100101011100010110011111110000100111011110000100111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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