#85C696

Color #85C696 Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #85C696

Tints of Summer Green #85C696

Color information

#85C696 (or 0x85C696) is unknown color: approx Summer Green. HEX triplet: 85, C6 and 96. RGB value is (133,198,150). Sum of RGB (Red+Green+Blue) = 133+198+150=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 198 - color contains mainly: green. Hex color #85C696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C696 is #7A3969. Grayscale: #ADADAD. Windows color (decimal): -8010090 or 9881221. OLE color: 9881221.

HSL color Cylindrical-coordinate representation of color #85C696: hue angle of 135.69º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85C696 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB133198150-
CMYK0.3300.240.22
HSL135.69º36.31%64.9%-
HSV(B)135.69º32.83%77.65%-
XYZ35.3747.5836.17-
YUV173.09114.9799.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.65%
GREEN value IS 198 (77.73% from 255) = 41.16%
BLUE value IS 150 (58.98% from 255) = 31.19%
R=27.65%
G=41.16%
B=31.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1331981500.3300.240.22135.6936.3164.9
Hex85C6962101816882441
Octal205306226410302621044101
Binary10000101110001101001011010000101100010110100010001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85C696; }

 p { color: rgb(133,198,150); }

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

<style>
 a { background-color: #85C696; }

 a { background-color: rgb(133,198,150); }

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

<style>
 span { border-color: #85C696; }

 span { border-color: rgb(133,198,150); }

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