#95D9A7

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

Shades of Chinook #95D9A7

Tints of Chinook #95D9A7

Color information

#95D9A7 (or 0x95D9A7) is unknown color: approx Chinook. HEX triplet: 95, D9 and A7. RGB value is (149,217,167). Sum of RGB (Red+Green+Blue) = 149+217+167=533 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.95% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 167 (65.62% from 255 or 31.33% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #95D9A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D9A7 is #6A2658. Grayscale: #BFBFBF. Windows color (decimal): -6956633 or 11000213. OLE color: 11000213.

HSL color Cylindrical-coordinate representation of color #95D9A7: hue angle of 135.88º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95D9A7 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB149217167-
CMYK0.3100.230.15
HSL135.88º47.22%71.76%-
HSV(B)135.88º31.34%85.1%-
XYZ44.1858.8145.58-
YUV190.97114.4798.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.95%
GREEN value IS 217 (85.16% from 255) = 40.71%
BLUE value IS 167 (65.62% from 255) = 31.33%
R=27.95%
G=40.71%
B=31.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492171670.3100.230.15135.8847.2271.76
Hex95D9A71F017F882f48
Octal225331247370271721057110
Binary100101011101100110100111111110101111111100010001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,217,167); }

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

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

 a { background-color: rgb(149,217,167); }

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

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

 span { border-color: rgb(149,217,167); }

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