#95D59E

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

Shades of Chinook #95D59E

Tints of Chinook #95D59E

Color information

#95D59E (or 0x95D59E) is unknown color: approx Chinook. HEX triplet: 95, D5 and 9E. RGB value is (149,213,158). Sum of RGB (Red+Green+Blue) = 149+213+158=520 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.65% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 158 (62.11% from 255 or 30.38% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #95D59E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D59E is #6A2A61. Grayscale: #BBBBBB. Windows color (decimal): -6957666 or 10409365. OLE color: 10409365.

HSL color Cylindrical-coordinate representation of color #95D59E: hue angle of 128.44º 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 #95D59E is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB149213158-
CMYK0.3000.260.16
HSL128.44º43.24%70.98%-
HSV(B)128.44º30.05%83.53%-
XYZ42.3656.4541.01-
YUV187.59111.3100.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.65%
GREEN value IS 213 (83.59% from 255) = 40.96%
BLUE value IS 158 (62.11% from 255) = 30.38%
R=28.65%
G=40.96%
B=30.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492131580.3000.260.16128.4443.2470.98
Hex95D59E1E01A10802b47
Octal225325236360322020053107
Binary1001010111010101100111101111001101010000100000001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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