#84a35e

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

Shades of Chelsea Cucumber #84A35E

Tints of Chelsea Cucumber #84A35E

Color information

#84A35E (or 0x84A35E) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, A3 and 5E. RGB value is (132,163,94). Sum of RGB (Red+Green+Blue) = 132+163+94=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 163 - color contains mainly: green. Hex color #84A35E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A35E is #7B5CA1. Grayscale: #929292. Windows color (decimal): -8084642 or 6202244. OLE color: 6202244.

HSL color Cylindrical-coordinate representation of color #84A35E: hue angle of 86.96º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84A35E is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB13216394-
CMYK0.1900.420.36
HSL86.96º27.27%50.39%-
HSV(B)86.96º42.33%63.92%-
XYZ24.6331.9115.45-
YUV145.8698.73118.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.93%
GREEN value IS 163 (64.06% from 255) = 41.90%
BLUE value IS 94 (37.11% from 255) = 24.16%
R=33.93%
G=41.90%
B=24.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal132163940.1900.420.3686.9627.2750.39
Hex84A35E1302A24571b32
Octal20424313623052441273362
Binary10000100101000111011110100110101010100100101011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84a35e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84a35e; }

 p { color: rgb(132,163,94); }

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

<style>
 a { background-color: #84a35e; }

 a { background-color: rgb(132,163,94); }

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

<style>
 span { border-color: #84a35e; }

 span { border-color: rgb(132,163,94); }

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