#95D2A6

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

Shades of Chinook #95D2A6

Tints of Chinook #95D2A6

Color information

#95D2A6 (or 0x95D2A6) is unknown color: approx Chinook. HEX triplet: 95, D2 and A6. RGB value is (149,210,166). Sum of RGB (Red+Green+Blue) = 149+210+166=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 210 - color contains mainly: green. Hex color #95D2A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D2A6 is #6A2D59. Grayscale: #BABABA. Windows color (decimal): -6958426 or 10932885. OLE color: 10932885.

HSL color Cylindrical-coordinate representation of color #95D2A6: hue angle of 136.72º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D2A6 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB149210166-
CMYK0.2900.210.18
HSL136.72º40.4%70.39%-
HSV(B)136.72º29.05%82.35%-
XYZ42.3255.2444.51-
YUV186.74116.29101.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.38%
GREEN value IS 210 (82.42% from 255) = 40%
BLUE value IS 166 (65.23% from 255) = 31.62%
R=28.38%
G=40%
B=31.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1492101660.2900.210.18136.7240.470.39
Hex95D2A61D01512892846
Octal225322246350252221150106
Binary1001010111010010101001101110101010110010100010011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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