#95C8A2

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

Shades of Chinook #95C8A2

Tints of Chinook #95C8A2

Color information

#95C8A2 (or 0x95C8A2) is unknown color: approx Chinook. HEX triplet: 95, C8 and A2. RGB value is (149,200,162). Sum of RGB (Red+Green+Blue) = 149+200+162=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 200 - color contains mainly: green. Hex color #95C8A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C8A2 is #6A375D. Grayscale: #B4B4B4. Windows color (decimal): -6960990 or 10668181. OLE color: 10668181.

HSL color Cylindrical-coordinate representation of color #95C8A2: hue angle of 135.29º 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 #95C8A2 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB149200162-
CMYK0.2600.190.22
HSL135.29º31.68%68.43%-
HSV(B)135.29º25.5%78.43%-
XYZ39.5750.3141.81-
YUV180.42117.6105.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.16%
GREEN value IS 200 (78.52% from 255) = 39.14%
BLUE value IS 162 (63.67% from 255) = 31.70%
R=29.16%
G=39.14%
B=31.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1492001620.2600.190.22135.2931.6868.43
Hex95C8A21A01316872044
Octal225310242320232620740104
Binary1001010111001000101000101101001001110110100001111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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