#95D8A7

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

Shades of Chinook #95D8A7

Tints of Chinook #95D8A7

Color information

#95D8A7 (or 0x95D8A7) is unknown color: approx Chinook. HEX triplet: 95, D8 and A7. RGB value is (149,216,167). Sum of RGB (Red+Green+Blue) = 149+216+167=532 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.01% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 167 (65.62% from 255 or 31.39% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #95D8A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D8A7 is #6A2758. Grayscale: #BEBEBE. Windows color (decimal): -6956889 or 10999957. OLE color: 10999957.

HSL color Cylindrical-coordinate representation of color #95D8A7: hue angle of 136.12º degrees, saturation: 0.46, 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 #95D8A7 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB149216167-
CMYK0.3100.230.15
HSL136.12º46.21%71.57%-
HSV(B)136.12º31.02%84.71%-
XYZ43.9358.2945.5-
YUV190.38114.898.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.01%
GREEN value IS 216 (84.77% from 255) = 40.60%
BLUE value IS 167 (65.62% from 255) = 31.39%
R=28.01%
G=40.60%
B=31.39%

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
Decimal1492161670.3100.230.15136.1246.2171.57
Hex95D8A71F017F882e48
Octal225330247370271721056110
Binary100101011101100010100111111110101111111100010001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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