#95CBA2

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

Shades of Chinook #95CBA2

Tints of Chinook #95CBA2

Color information

#95CBA2 (or 0x95CBA2) is unknown color: approx Chinook. HEX triplet: 95, CB and A2. RGB value is (149,203,162). Sum of RGB (Red+Green+Blue) = 149+203+162=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #95CBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CBA2 is #6A345D. Grayscale: #B6B6B6. Windows color (decimal): -6960222 or 10668949. OLE color: 10668949.

HSL color Cylindrical-coordinate representation of color #95CBA2: hue angle of 134.44º degrees, saturation: 0.34, 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 #95CBA2 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB149203162-
CMYK0.2700.200.20
HSL134.44º34.18%69.02%-
HSV(B)134.44º26.6%79.61%-
XYZ40.2751.7142.04-
YUV182.18116.61104.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.99%
GREEN value IS 203 (79.69% from 255) = 39.49%
BLUE value IS 162 (63.67% from 255) = 31.52%
R=28.99%
G=39.49%
B=31.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492031620.2700.200.20134.4434.1869.02
Hex95CBA21B01414862245
Octal225313242330242420642105
Binary1001010111001011101000101101101010010100100001101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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