#84AC45

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

Shades of Chelsea Cucumber #84AC45

Tints of Chelsea Cucumber #84AC45

Color information

#84AC45 (or 0x84AC45) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, AC and 45. RGB value is (132,172,69). Sum of RGB (Red+Green+Blue) = 132+172+69=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AC45 is #7B53BA. Grayscale: #949494. Windows color (decimal): -8082363 or 4566148. OLE color: 4566148.

HSL color Cylindrical-coordinate representation of color #84AC45: hue angle of 83.3º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84AC45 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB13217269-
CMYK0.2300.600.33
HSL83.3º42.74%47.25%-
HSV(B)83.3º59.88%67.45%-
XYZ25.3434.8411.02-
YUV148.383.25116.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.39%
GREEN value IS 172 (67.58% from 255) = 46.11%
BLUE value IS 69 (27.34% from 255) = 18.50%
R=35.39%
G=46.11%
B=18.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132172690.2300.600.3383.342.7447.25
Hex84AC451703C21532b2f
Octal20425410527074411235357
Binary100001001010110010001011011101111001000011010011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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