#95D59C

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

Shades of Chinook #95D59C

Tints of Chinook #95D59C

Color information

#95D59C (or 0x95D59C) is unknown color: approx Chinook. HEX triplet: 95, D5 and 9C. RGB value is (149,213,156). Sum of RGB (Red+Green+Blue) = 149+213+156=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #95D59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D59C is #6A2A63. Grayscale: #BBBBBB. Windows color (decimal): -6957668 or 10278293. OLE color: 10278293.

HSL color Cylindrical-coordinate representation of color #95D59C: hue angle of 126.56º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D59C is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB149213156-
CMYK0.3000.270.16
HSL126.56º43.24%70.98%-
HSV(B)126.56º30.05%83.53%-
XYZ42.1956.3840.11-
YUV187.37110.3100.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.76%
GREEN value IS 213 (83.59% from 255) = 41.12%
BLUE value IS 156 (61.33% from 255) = 30.12%
R=28.76%
G=41.12%
B=30.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492131560.3000.270.16126.5643.2470.98
Hex95D59C1E01B107f2b47
Octal225325234360332017753107
Binary100101011101010110011100111100110111000011111111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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