#95D3A3

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

Shades of Chinook #95D3A3

Tints of Chinook #95D3A3

Color information

#95D3A3 (or 0x95D3A3) is unknown color: approx Chinook. HEX triplet: 95, D3 and A3. RGB value is (149,211,163). Sum of RGB (Red+Green+Blue) = 149+211+163=523 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.49% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 163 (64.06% from 255 or 31.17% from 523); Max value from RGB is 211 - color contains mainly: green. Hex color #95D3A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D3A3 is #6A2C5C. Grayscale: #BBBBBB. Windows color (decimal): -6958173 or 10736533. OLE color: 10736533.

HSL color Cylindrical-coordinate representation of color #95D3A3: hue angle of 133.55º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D3A3 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.

Color convert

RGB149211163-
CMYK0.2900.230.17
HSL133.55º41.33%70.59%-
HSV(B)133.55º29.38%82.75%-
XYZ42.355.6243.16-
YUV186.99114.46100.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.49%
GREEN value IS 211 (82.81% from 255) = 40.34%
BLUE value IS 163 (64.06% from 255) = 31.17%
R=28.49%
G=40.34%
B=31.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1492111630.2900.230.17133.5541.3370.59
Hex95D3A31D01711862947
Octal225323243350272120651107
Binary1001010111010011101000111110101011110001100001101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D3A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,211,163); }

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

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

 a { background-color: rgb(149,211,163); }

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

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

 span { border-color: rgb(149,211,163); }

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