#84AF5D

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

Shades of Chelsea Cucumber #84AF5D

Tints of Chelsea Cucumber #84AF5D

Color information

#84AF5D (or 0x84AF5D) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, AF and 5D. RGB value is (132,175,93). Sum of RGB (Red+Green+Blue) = 132+175+93=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AF5D is #7B50A2. Grayscale: #999999. Windows color (decimal): -8081571 or 6139780. OLE color: 6139780.

HSL color Cylindrical-coordinate representation of color #84AF5D: hue angle of 91.46º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84AF5D is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB13217593-
CMYK0.2500.470.31
HSL91.46º33.88%52.55%-
HSV(B)91.46º46.86%68.63%-
XYZ26.8236.3615.96-
YUV152.7994.25113.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33%
GREEN value IS 175 (68.75% from 255) = 43.75%
BLUE value IS 93 (36.72% from 255) = 23.25%
R=33%
G=43.75%
B=23.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132175930.2500.470.3191.4633.8852.55
Hex84AF5D1902F1F5b2235
Octal20425713531057371334265
Binary10000100101011111011101110010101111111111011011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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