#84A545

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

Shades of Chelsea Cucumber #84A545

Tints of Chelsea Cucumber #84A545

Color information

#84A545 (or 0x84A545) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, A5 and 45. RGB value is (132,165,69). Sum of RGB (Red+Green+Blue) = 132+165+69=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 165 - color contains mainly: green. Hex color #84A545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A545 is #7B5ABA. Grayscale: #909090. Windows color (decimal): -8084155 or 4564356. OLE color: 4564356.

HSL color Cylindrical-coordinate representation of color #84A545: hue angle of 80.62º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84A545 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB13216569-
CMYK0.2000.580.35
HSL80.62º41.03%45.88%-
HSV(B)80.62º58.18%64.71%-
XYZ24.0532.2510.59-
YUV144.1985.57119.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.07%
GREEN value IS 165 (64.84% from 255) = 45.08%
BLUE value IS 69 (27.34% from 255) = 18.85%
R=36.07%
G=45.08%
B=18.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal132165690.2000.580.3580.6241.0345.88
Hex84A5451403A2351292e
Octal20424510524072431215156
Binary100001001010010110001011010001110101000111010001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,165,69); }

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

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

 a { background-color: rgb(132,165,69); }

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

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

 span { border-color: rgb(132,165,69); }

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