#85B349

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

Shades of Chelsea Cucumber #85B349

Tints of Chelsea Cucumber #85B349

Color information

#85B349 (or 0x85B349) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, B3 and 49. RGB value is (133,179,73). Sum of RGB (Red+Green+Blue) = 133+179+73=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #85B349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B349 is #7A4CB6. Grayscale: #999999. Windows color (decimal): -8015031 or 4830085. OLE color: 4830085.

HSL color Cylindrical-coordinate representation of color #85B349: hue angle of 86.04º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85B349 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB13317973-
CMYK0.2600.590.30
HSL86.04º42.06%49.41%-
HSV(B)86.04º59.22%70.2%-
XYZ2737.7112.16-
YUV153.1682.76113.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.55%
GREEN value IS 179 (70.31% from 255) = 46.49%
BLUE value IS 73 (28.91% from 255) = 18.96%
R=34.55%
G=46.49%
B=18.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal133179730.2600.590.3086.0442.0649.41
Hex85B3491A03B1E562a31
Octal20526311132073361265261
Binary10000101101100111001001110100111011111101010110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,179,73); }

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

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

 a { background-color: rgb(133,179,73); }

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

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

 span { border-color: rgb(133,179,73); }

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