#84A965

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

Shades of Chelsea Cucumber #84A965

Tints of Chelsea Cucumber #84A965

Color information

#84A965 (or 0x84A965) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, A9 and 65. RGB value is (132,169,101). Sum of RGB (Red+Green+Blue) = 132+169+101=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 169 - color contains mainly: green. Hex color #84A965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A965 is #7B569A. Grayscale: #969696. Windows color (decimal): -8083099 or 6662532. OLE color: 6662532.

HSL color Cylindrical-coordinate representation of color #84A965: hue angle of 92.65º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84A965 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB132169101-
CMYK0.2200.400.34
HSL92.65º28.33%52.94%-
HSV(B)92.65º40.24%66.27%-
XYZ26.0534.2217.54-
YUV150.18100.24115.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.84%
GREEN value IS 169 (66.41% from 255) = 42.04%
BLUE value IS 101 (39.84% from 255) = 25.12%
R=32.84%
G=42.04%
B=25.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1321691010.2200.400.3492.6528.3352.94
Hex84A96516028225d1c35
Octal20425114526050421353465
Binary10000100101010011100101101100101000100010101110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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