#84A35C

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

Shades of Chelsea Cucumber #84A35C

Tints of Chelsea Cucumber #84A35C

Color information

#84A35C (or 0x84A35C) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, A3 and 5C. RGB value is (132,163,92). Sum of RGB (Red+Green+Blue) = 132+163+92=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 163 - color contains mainly: green. Hex color #84A35C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A35C is #7B5CA3. Grayscale: #919191. Windows color (decimal): -8084644 or 6071172. OLE color: 6071172.

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

Color convert

RGB13216392-
CMYK0.1900.440.36
HSL86.2º27.84%50%-
HSV(B)86.2º43.56%63.92%-
XYZ24.5431.8714.98-
YUV145.6497.73118.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.11%
GREEN value IS 163 (64.06% from 255) = 42.12%
BLUE value IS 92 (36.33% from 255) = 23.77%
R=34.11%
G=42.12%
B=23.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal132163920.1900.440.3686.227.8450
Hex84A35C1302C24561c32
Octal20424313423054441263462
Binary10000100101000111011100100110101100100100101011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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