#95D0A2

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

Shades of Chinook #95D0A2

Tints of Chinook #95D0A2

Color information

#95D0A2 (or 0x95D0A2) is unknown color: approx Chinook. HEX triplet: 95, D0 and A2. RGB value is (149,208,162). Sum of RGB (Red+Green+Blue) = 149+208+162=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 208 - color contains mainly: green. Hex color #95D0A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D0A2 is #6A2F5D. Grayscale: #B9B9B9. Windows color (decimal): -6958942 or 10670229. OLE color: 10670229.

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

Color convert

RGB149208162-
CMYK0.2800.220.18
HSL133.22º38.56%70%-
HSV(B)133.22º28.37%81.57%-
XYZ41.4754.1142.44-
YUV185.11114.95102.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.71%
GREEN value IS 208 (81.64% from 255) = 40.08%
BLUE value IS 162 (63.67% from 255) = 31.21%
R=28.71%
G=40.08%
B=31.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1492081620.2800.220.18133.2238.5670
Hex95D0A21C01612852746
Octal225320242340262220547106
Binary1001010111010000101000101110001011010010100001011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,208,162); }

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

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

 a { background-color: rgb(149,208,162); }

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

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

 span { border-color: rgb(149,208,162); }

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