#85BE92

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

Shades of Summer Green #85BE92

Tints of Summer Green #85BE92

Color information

#85BE92 (or 0x85BE92) is unknown color: approx Summer Green. HEX triplet: 85, BE and 92. RGB value is (133,190,146). Sum of RGB (Red+Green+Blue) = 133+190+146=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BE92 is #7A416D. Grayscale: #A8A8A8. Windows color (decimal): -8012142 or 9617029. OLE color: 9617029.

HSL color Cylindrical-coordinate representation of color #85BE92: hue angle of 133.68º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BE92 is Cyan = 0.3, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB133190146-
CMYK0.300.230.25
HSL133.68º30.48%63.33%-
HSV(B)133.68º30%74.51%-
XYZ33.2743.8933.91-
YUV167.94115.62103.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.36%
GREEN value IS 190 (74.61% from 255) = 40.51%
BLUE value IS 146 (57.42% from 255) = 31.13%
R=28.36%
G=40.51%
B=31.13%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331901460.300.230.25133.6830.4863.33
Hex85BE921E01719861e3f
Octal20527622236027312063677
Binary10000101101111101001001011110010111110011000011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,190,146); }

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

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

 a { background-color: rgb(133,190,146); }

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

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

 span { border-color: rgb(133,190,146); }

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