#85B940

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

Shades of Chelsea Cucumber #85B940

Tints of Chelsea Cucumber #85B940

Color information

#85B940 (or 0x85B940) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, B9 and 40. RGB value is (133,185,64). Sum of RGB (Red+Green+Blue) = 133+185+64=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 185 (72.66% from 255 or 48.43% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 185 - color contains mainly: green. Hex color #85B940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B940 is #7A46BF. Grayscale: #9C9C9C. Windows color (decimal): -8013504 or 4241797. OLE color: 4241797.

HSL color Cylindrical-coordinate representation of color #85B940: hue angle of 85.79º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85B940 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB13318564-
CMYK0.2800.650.27
HSL85.79º48.59%48.82%-
HSV(B)85.79º65.41%72.55%-
XYZ27.9540.0511.11-
YUV155.6676.27111.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.82%
GREEN value IS 185 (72.66% from 255) = 48.43%
BLUE value IS 64 (25.39% from 255) = 16.75%
R=34.82%
G=48.43%
B=16.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133185640.2800.650.2785.7948.5948.82
Hex85B9401C0411B563131
Octal205271100340101331266161
Binary100001011011100110000001110001000001110111010110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,185,64); }

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

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

 a { background-color: rgb(133,185,64); }

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

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

 span { border-color: rgb(133,185,64); }

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