#85C2A0

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

Shades of Summer Green #85C2A0

Tints of Summer Green #85C2A0

Color information

#85C2A0 (or 0x85C2A0) is unknown color: approx Summer Green. HEX triplet: 85, C2 and A0. RGB value is (133,194,160). Sum of RGB (Red+Green+Blue) = 133+194+160=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 194 - color contains mainly: green. Hex color #85C2A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C2A0 is #7A3D5F. Grayscale: #ABABAB. Windows color (decimal): -8011104 or 10535557. OLE color: 10535557.

HSL color Cylindrical-coordinate representation of color #85C2A0: hue angle of 146.56º 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 #85C2A0 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB133194160-
CMYK0.3100.180.24
HSL146.56º33.33%64.12%-
HSV(B)146.56º31.44%76.08%-
XYZ35.3146.1140.3-
YUV171.88121.29100.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.31%
GREEN value IS 194 (76.17% from 255) = 39.84%
BLUE value IS 160 (62.89% from 255) = 32.85%
R=27.31%
G=39.84%
B=32.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331941600.3100.180.24146.5633.3364.12
Hex85C2A01F01218932140
Octal205302240370223022341100
Binary1000010111000010101000001111101001011000100100111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,194,160); }

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

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

 a { background-color: rgb(133,194,160); }

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

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

 span { border-color: rgb(133,194,160); }

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