#84A55E

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

Shades of Chelsea Cucumber #84A55E

Tints of Chelsea Cucumber #84A55E

Color information

#84A55E (or 0x84A55E) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, A5 and 5E. RGB value is (132,165,94). Sum of RGB (Red+Green+Blue) = 132+165+94=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 165 - color contains mainly: green. Hex color #84A55E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A55E is #7B5AA1. Grayscale: #939393. Windows color (decimal): -8084130 or 6202756. OLE color: 6202756.

HSL color Cylindrical-coordinate representation of color #84A55E: hue angle of 87.89º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84A55E is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB13216594-
CMYK0.2000.430.35
HSL87.89º28.29%50.78%-
HSV(B)87.89º43.03%64.71%-
XYZ24.9932.6215.57-
YUV147.0498.07117.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.76%
GREEN value IS 165 (64.84% from 255) = 42.20%
BLUE value IS 94 (37.11% from 255) = 24.04%
R=33.76%
G=42.20%
B=24.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal132165940.2000.430.3587.8928.2950.78
Hex84A55E1402B23581c33
Octal20424513624053431303463
Binary10000100101001011011110101000101011100011101100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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