#84A45A

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

Shades of Chelsea Cucumber #84A45A

Tints of Chelsea Cucumber #84A45A

Color information

#84A45A (or 0x84A45A) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, A4 and 5A. RGB value is (132,164,90). Sum of RGB (Red+Green+Blue) = 132+164+90=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 164 - color contains mainly: green. Hex color #84A45A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A45A is #7B5BA5. Grayscale: #929292. Windows color (decimal): -8084390 or 5940356. OLE color: 5940356.

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

Color convert

RGB13216490-
CMYK0.2000.450.36
HSL85.95º29.13%49.8%-
HSV(B)85.95º45.12%64.31%-
XYZ24.6432.1914.59-
YUV14696.4118.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.20%
GREEN value IS 164 (64.45% from 255) = 42.49%
BLUE value IS 90 (35.55% from 255) = 23.32%
R=34.20%
G=42.49%
B=23.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal132164900.2000.450.3685.9529.1349.8
Hex84A45A1402D24561d32
Octal20424413224055441263562
Binary10000100101001001011010101000101101100100101011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,164,90); }

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

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

 a { background-color: rgb(132,164,90); }

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

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

 span { border-color: rgb(132,164,90); }

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