#84A55D

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

Shades of Chelsea Cucumber #84A55D

Tints of Chelsea Cucumber #84A55D

Color information

#84A55D (or 0x84A55D) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, A5 and 5D. RGB value is (132,165,93). Sum of RGB (Red+Green+Blue) = 132+165+93=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 165 - color contains mainly: green. Hex color #84A55D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A55D is #7B5AA2. Grayscale: #939393. Windows color (decimal): -8084131 or 6137220. OLE color: 6137220.

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

Color convert

RGB13216593-
CMYK0.2000.440.35
HSL87.5º28.57%50.59%-
HSV(B)87.5º43.64%64.71%-
XYZ24.9532.6115.33-
YUV146.9297.57117.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.85%
GREEN value IS 165 (64.84% from 255) = 42.31%
BLUE value IS 93 (36.72% from 255) = 23.85%
R=33.85%
G=42.31%
B=23.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal132165930.2000.440.3587.528.5750.59
Hex84A55D1402C23581d33
Octal20424513524054431303563
Binary10000100101001011011101101000101100100011101100011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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