#84AD65

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

Shades of Chelsea Cucumber #84AD65

Tints of Chelsea Cucumber #84AD65

Color information

#84AD65 (or 0x84AD65) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, AD and 65. RGB value is (132,173,101). Sum of RGB (Red+Green+Blue) = 132+173+101=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AD65 is #7B529A. Grayscale: #989898. Windows color (decimal): -8082075 or 6663556. OLE color: 6663556.

HSL color Cylindrical-coordinate representation of color #84AD65: hue angle of 94.17º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84AD65 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB132173101-
CMYK0.2400.420.32
HSL94.17º30.51%53.73%-
HSV(B)94.17º41.62%67.84%-
XYZ26.8135.7317.8-
YUV152.5398.92113.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.51%
GREEN value IS 173 (67.97% from 255) = 42.61%
BLUE value IS 101 (39.84% from 255) = 24.88%
R=32.51%
G=42.61%
B=24.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321731010.2400.420.3294.1730.5153.73
Hex84AD651802A205e1f36
Octal20425514530052401363766
Binary10000100101011011100101110000101010100000101111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,173,101); }

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

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

 a { background-color: rgb(132,173,101); }

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

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

 span { border-color: rgb(132,173,101); }

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