#95CCA2

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

Shades of Chinook #95CCA2

Tints of Chinook #95CCA2

Color information

#95CCA2 (or 0x95CCA2) is unknown color: approx Chinook. HEX triplet: 95, CC and A2. RGB value is (149,204,162). Sum of RGB (Red+Green+Blue) = 149+204+162=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 204 - color contains mainly: green. Hex color #95CCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CCA2 is #6A335D. Grayscale: #B6B6B6. Windows color (decimal): -6959966 or 10669205. OLE color: 10669205.

HSL color Cylindrical-coordinate representation of color #95CCA2: hue angle of 134.18º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95CCA2 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB149204162-
CMYK0.2700.210.2
HSL134.18º35.03%69.22%-
HSV(B)134.18º26.96%80%-
XYZ40.5152.1842.12-
YUV182.77116.28103.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.93%
GREEN value IS 204 (80.08% from 255) = 39.61%
BLUE value IS 162 (63.67% from 255) = 31.46%
R=28.93%
G=39.61%
B=31.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1492041620.2700.210.2134.1835.0369.22
Hex95CCA21B01514862345
Octal225314242330252420643105
Binary1001010111001100101000101101101010110100100001101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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