#95CBA4

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

Shades of Chinook #95CBA4

Tints of Chinook #95CBA4

Color information

#95CBA4 (or 0x95CBA4) is unknown color: approx Chinook. HEX triplet: 95, CB and A4. RGB value is (149,203,164). Sum of RGB (Red+Green+Blue) = 149+203+164=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #95CBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CBA4 is #6A345B. Grayscale: #B6B6B6. Windows color (decimal): -6960220 or 10800021. OLE color: 10800021.

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

Color convert

RGB149203164-
CMYK0.2700.190.20
HSL136.67º34.18%69.02%-
HSV(B)136.67º26.6%79.61%-
XYZ40.4551.7842.98-
YUV182.41117.61104.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.88%
GREEN value IS 203 (79.69% from 255) = 39.34%
BLUE value IS 164 (64.45% from 255) = 31.78%
R=28.88%
G=39.34%
B=31.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492031640.2700.190.20136.6734.1869.02
Hex95CBA41B01314892245
Octal225313244330232421142105
Binary1001010111001011101001001101101001110100100010011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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