#95D5A6

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

Shades of Chinook #95D5A6

Tints of Chinook #95D5A6

Color information

#95D5A6 (or 0x95D5A6) is unknown color: approx Chinook. HEX triplet: 95, D5 and A6. RGB value is (149,213,166). Sum of RGB (Red+Green+Blue) = 149+213+166=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #95D5A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D5A6 is #6A2A59. Grayscale: #BCBCBC. Windows color (decimal): -6957658 or 10933653. OLE color: 10933653.

HSL color Cylindrical-coordinate representation of color #95D5A6: hue angle of 135.94º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D5A6 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB149213166-
CMYK0.3000.220.16
HSL135.94º43.24%70.98%-
HSV(B)135.94º30.05%83.53%-
XYZ43.0756.7344.76-
YUV188.51115.399.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.22%
GREEN value IS 213 (83.59% from 255) = 40.34%
BLUE value IS 166 (65.23% from 255) = 31.44%
R=28.22%
G=40.34%
B=31.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492131660.3000.220.16135.9443.2470.98
Hex95D5A61E01610882b47
Octal225325246360262021053107
Binary1001010111010101101001101111001011010000100010001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,213,166); }

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

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

 a { background-color: rgb(149,213,166); }

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

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

 span { border-color: rgb(149,213,166); }

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