#85C39A

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

Shades of Summer Green #85C39A

Tints of Summer Green #85C39A

Color information

#85C39A (or 0x85C39A) is unknown color: approx Summer Green. HEX triplet: 85, C3 and 9A. RGB value is (133,195,154). Sum of RGB (Red+Green+Blue) = 133+195+154=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 195 - color contains mainly: green. Hex color #85C39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C39A is #7A3C65. Grayscale: #ABABAB. Windows color (decimal): -8010854 or 10142597. OLE color: 10142597.

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

Color convert

RGB133195154-
CMYK0.3200.210.24
HSL140.32º34.07%64.31%-
HSV(B)140.32º31.79%76.47%-
XYZ35.0246.3537.67-
YUV171.79117.96100.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.59%
GREEN value IS 195 (76.56% from 255) = 40.46%
BLUE value IS 154 (60.55% from 255) = 31.95%
R=27.59%
G=40.46%
B=31.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331951540.3200.210.24140.3234.0764.31
Hex85C39A20015188c2240
Octal205303232400253021442100
Binary10000101110000111001101010000001010111000100011001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,195,154); }

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

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

 a { background-color: rgb(133,195,154); }

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

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

 span { border-color: rgb(133,195,154); }

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