#85B04E

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

Shades of Chelsea Cucumber #85B04E

Tints of Chelsea Cucumber #85B04E

Color information

#85B04E (or 0x85B04E) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, B0 and 4E. RGB value is (133,176,78). Sum of RGB (Red+Green+Blue) = 133+176+78=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 176 - color contains mainly: green. Hex color #85B04E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B04E is #7A4FB1. Grayscale: #989898. Windows color (decimal): -8015794 or 5156997. OLE color: 5156997.

HSL color Cylindrical-coordinate representation of color #85B04E: hue angle of 86.33º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85B04E is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB13317678-
CMYK0.2400.560.31
HSL86.33º38.58%49.8%-
HSV(B)86.33º55.68%69.02%-
XYZ26.5736.5912.87-
YUV151.9786.25114.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 176 (69.14% from 255) = 45.48%
BLUE value IS 78 (30.86% from 255) = 20.16%
R=34.37%
G=45.48%
B=20.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133176780.2400.560.3186.3338.5849.8
Hex85B04E180381F562732
Octal20526011630070371264762
Binary10000101101100001001110110000111000111111010110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,176,78); }

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

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

 a { background-color: rgb(133,176,78); }

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

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

 span { border-color: rgb(133,176,78); }

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