#95DBA9

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

Shades of Chinook #95DBA9

Tints of Chinook #95DBA9

Color information

#95DBA9 (or 0x95DBA9) is unknown color: approx Chinook. HEX triplet: 95, DB and A9. RGB value is (149,219,169). Sum of RGB (Red+Green+Blue) = 149+219+169=537 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.75% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #95DBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DBA9 is #6A2456. Grayscale: #C0C0C0. Windows color (decimal): -6956119 or 11131797. OLE color: 11131797.

HSL color Cylindrical-coordinate representation of color #95DBA9: hue angle of 137.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DBA9 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB149219169-
CMYK0.3200.230.14
HSL137.14º49.3%72.16%-
HSV(B)137.14º31.96%85.88%-
XYZ44.8959.9246.74-
YUV192.37114.8197.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.75%
GREEN value IS 219 (85.94% from 255) = 40.78%
BLUE value IS 169 (66.41% from 255) = 31.47%
R=27.75%
G=40.78%
B=31.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492191690.3200.230.14137.1449.372.16
Hex95DBA920017E893148
Octal225333251400271621161110
Binary1001010111011011101010011000000101111110100010011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,219,169); }

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

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

 a { background-color: rgb(149,219,169); }

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

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

 span { border-color: rgb(149,219,169); }

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