#95CBA3

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

Shades of Chinook #95CBA3

Tints of Chinook #95CBA3

Color information

#95CBA3 (or 0x95CBA3) is unknown color: approx Chinook. HEX triplet: 95, CB and A3. RGB value is (149,203,163). Sum of RGB (Red+Green+Blue) = 149+203+163=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 163 (64.06% from 255 or 31.65% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #95CBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CBA3 is #6A345C. Grayscale: #B6B6B6. Windows color (decimal): -6960221 or 10734485. OLE color: 10734485.

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

Color convert

RGB149203163-
CMYK0.2700.200.20
HSL135.56º34.18%69.02%-
HSV(B)135.56º26.6%79.61%-
XYZ40.3651.7542.51-
YUV182.29117.11104.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.93%
GREEN value IS 203 (79.69% from 255) = 39.42%
BLUE value IS 163 (64.06% from 255) = 31.65%
R=28.93%
G=39.42%
B=31.65%

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
Decimal1492031630.2700.200.20135.5634.1869.02
Hex95CBA31B01414882245
Octal225313243330242421042105
Binary1001010111001011101000111101101010010100100010001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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