#95D79E

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

Shades of Chinook #95D79E

Tints of Chinook #95D79E

Color information

#95D79E (or 0x95D79E) is unknown color: approx Chinook. HEX triplet: 95, D7 and 9E. RGB value is (149,215,158). Sum of RGB (Red+Green+Blue) = 149+215+158=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 215 - color contains mainly: green. Hex color #95D79E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D79E is #6A2861. Grayscale: #BCBCBC. Windows color (decimal): -6957154 or 10409877. OLE color: 10409877.

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

Color convert

RGB149215158-
CMYK0.3100.270.16
HSL128.18º45.21%71.37%-
HSV(B)128.18º30.7%84.31%-
XYZ42.8757.4641.18-
YUV188.77110.6399.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.54%
GREEN value IS 215 (84.38% from 255) = 41.19%
BLUE value IS 158 (62.11% from 255) = 30.27%
R=28.54%
G=41.19%
B=30.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492151580.3100.270.16128.1845.2171.37
Hex95D79E1F01B10802d47
Octal225327236370332020055107
Binary1001010111010111100111101111101101110000100000001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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