#95C5A1

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

Shades of Chinook #95C5A1

Tints of Chinook #95C5A1

Color information

#95C5A1 (or 0x95C5A1) is unknown color: approx Chinook. HEX triplet: 95, C5 and A1. RGB value is (149,197,161). Sum of RGB (Red+Green+Blue) = 149+197+161=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 197 - color contains mainly: green. Hex color #95C5A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C5A1 is #6A3A5E. Grayscale: #B2B2B2. Windows color (decimal): -6961759 or 10601877. OLE color: 10601877.

HSL color Cylindrical-coordinate representation of color #95C5A1: hue angle of 135º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95C5A1 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB149197161-
CMYK0.2400.180.23
HSL135º29.27%67.84%-
HSV(B)135º24.37%77.25%-
XYZ38.7948.941.11-
YUV178.54118.1106.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.39%
GREEN value IS 197 (77.34% from 255) = 38.86%
BLUE value IS 161 (63.28% from 255) = 31.76%
R=29.39%
G=38.86%
B=31.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1491971610.2400.180.2313529.2767.84
Hex95C5A11801217871d44
Octal225305241300222720735104
Binary100101011100010110100001110000100101011110000111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,197,161); }

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

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

 a { background-color: rgb(149,197,161); }

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

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

 span { border-color: rgb(149,197,161); }

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