#85B34A

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

Shades of Chelsea Cucumber #85B34A

Tints of Chelsea Cucumber #85B34A

Color information

#85B34A (or 0x85B34A) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, B3 and 4A. RGB value is (133,179,74). Sum of RGB (Red+Green+Blue) = 133+179+74=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 179 - color contains mainly: green. Hex color #85B34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B34A is #7A4CB5. Grayscale: #999999. Windows color (decimal): -8015030 or 4895621. OLE color: 4895621.

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

Color convert

RGB13317974-
CMYK0.2600.590.30
HSL86.29º41.5%49.61%-
HSV(B)86.29º58.66%70.2%-
XYZ27.0337.7212.33-
YUV153.2883.26113.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.46%
GREEN value IS 179 (70.31% from 255) = 46.37%
BLUE value IS 74 (29.30% from 255) = 19.17%
R=34.46%
G=46.37%
B=19.17%

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
Decimal133179740.2600.590.3086.2941.549.61
Hex85B34A1A03B1E562a32
Octal20526311232073361265262
Binary10000101101100111001010110100111011111101010110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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