#95C8A6

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

Shades of Chinook #95C8A6

Tints of Chinook #95C8A6

Color information

#95C8A6 (or 0x95C8A6) is unknown color: approx Chinook. HEX triplet: 95, C8 and A6. RGB value is (149,200,166). Sum of RGB (Red+Green+Blue) = 149+200+166=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 200 - color contains mainly: green. Hex color #95C8A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C8A6 is #6A3759. Grayscale: #B4B4B4. Windows color (decimal): -6960986 or 10930325. OLE color: 10930325.

HSL color Cylindrical-coordinate representation of color #95C8A6: hue angle of 140º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95C8A6 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB149200166-
CMYK0.2600.170.22
HSL140º31.68%68.43%-
HSV(B)140º25.5%78.43%-
XYZ39.9350.4543.71-
YUV180.88119.6105.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.93%
GREEN value IS 200 (78.52% from 255) = 38.83%
BLUE value IS 166 (65.23% from 255) = 32.23%
R=28.93%
G=38.83%
B=32.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1492001660.2600.170.2214031.6868.43
Hex95C8A61A011168c2044
Octal225310246320212621440104
Binary1001010111001000101001101101001000110110100011001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,200,166); }

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

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

 a { background-color: rgb(149,200,166); }

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

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

 span { border-color: rgb(149,200,166); }

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