#85B25E

Color #85B25E Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #85B25E

Tints of Chelsea Cucumber #85B25E

Color information

#85B25E (or 0x85B25E) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, B2 and 5E. RGB value is (133,178,94). Sum of RGB (Red+Green+Blue) = 133+178+94=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 178 - color contains mainly: green. Hex color #85B25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B25E is #7A4DA1. Grayscale: #9B9B9B. Windows color (decimal): -8015266 or 6206085. OLE color: 6206085.

HSL color Cylindrical-coordinate representation of color #85B25E: hue angle of 92.14º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85B25E is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB13317894-
CMYK0.2500.470.30
HSL92.14º35.29%53.33%-
HSV(B)92.14º47.19%69.8%-
XYZ27.6137.6416.4-
YUV154.9793.59112.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.84%
GREEN value IS 178 (69.92% from 255) = 43.95%
BLUE value IS 94 (37.11% from 255) = 23.21%
R=32.84%
G=43.95%
B=23.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal133178940.2500.470.3092.1435.2953.33
Hex85B25E1902F1E5c2335
Octal20526213631057361344365
Binary10000101101100101011110110010101111111101011100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,178,94); }

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

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

 a { background-color: rgb(133,178,94); }

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

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

 span { border-color: rgb(133,178,94); }

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