#85B44A

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

Shades of Chelsea Cucumber #85B44A

Tints of Chelsea Cucumber #85B44A

Color information

#85B44A (or 0x85B44A) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, B4 and 4A. RGB value is (133,180,74). Sum of RGB (Red+Green+Blue) = 133+180+74=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 180 - color contains mainly: green. Hex color #85B44A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B44A is #7A4BB5. Grayscale: #9A9A9A. Windows color (decimal): -8014774 or 4895877. OLE color: 4895877.

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

Color convert

RGB13318074-
CMYK0.2600.590.29
HSL86.6º41.73%49.8%-
HSV(B)86.6º58.89%70.59%-
XYZ27.2338.1212.4-
YUV153.8682.93113.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 180 (70.70% from 255) = 46.51%
BLUE value IS 74 (29.30% from 255) = 19.12%
R=34.37%
G=46.51%
B=19.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal133180740.2600.590.2986.641.7349.8
Hex85B44A1A03B1D572a32
Octal20526411232073351275262
Binary10000101101101001001010110100111011111011010111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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