#95D89C

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

Shades of Chinook #95D89C

Tints of Chinook #95D89C

Color information

#95D89C (or 0x95D89C) is unknown color: approx Chinook. HEX triplet: 95, D8 and 9C. RGB value is (149,216,156). Sum of RGB (Red+Green+Blue) = 149+216+156=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #95D89C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D89C is #6A2763. Grayscale: #BDBDBD. Windows color (decimal): -6956900 or 10279061. OLE color: 10279061.

HSL color Cylindrical-coordinate representation of color #95D89C: hue angle of 126.27º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95D89C is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB149216156-
CMYK0.3100.280.15
HSL126.27º46.21%71.57%-
HSV(B)126.27º31.02%84.71%-
XYZ42.9557.940.36-
YUV189.13109.399.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.60%
GREEN value IS 216 (84.77% from 255) = 41.46%
BLUE value IS 156 (61.33% from 255) = 29.94%
R=28.60%
G=41.46%
B=29.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492161560.3100.280.15126.2746.2171.57
Hex95D89C1F01CF7e2e48
Octal225330234370341717656110
Binary10010101110110001001110011111011100111111111101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,216,156); }

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

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

 a { background-color: rgb(149,216,156); }

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

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

 span { border-color: rgb(149,216,156); }

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