#85C195

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

Shades of Summer Green #85C195

Tints of Summer Green #85C195

Color information

#85C195 (or 0x85C195) is unknown color: approx Summer Green. HEX triplet: 85, C1 and 95. RGB value is (133,193,149). Sum of RGB (Red+Green+Blue) = 133+193+149=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #85C195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C195 is #7A3E6A. Grayscale: #AAAAAA. Windows color (decimal): -8011371 or 9814405. OLE color: 9814405.

HSL color Cylindrical-coordinate representation of color #85C195: hue angle of 136º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85C195 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB133193149-
CMYK0.3100.230.24
HSL136º32.61%63.92%-
HSV(B)136º31.09%75.69%-
XYZ34.1745.335.38-
YUV170.04116.12101.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28%
GREEN value IS 193 (75.78% from 255) = 40.63%
BLUE value IS 149 (58.59% from 255) = 31.37%
R=28%
G=40.63%
B=31.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331931490.3100.230.2413632.6163.92
Hex85C1951F01718882140
Octal205301225370273021041100
Binary1000010111000001100101011111101011111000100010001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,193,149); }

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

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

 a { background-color: rgb(133,193,149); }

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

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

 span { border-color: rgb(133,193,149); }

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