#84B64A

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

Shades of Chelsea Cucumber #84B64A

Tints of Chelsea Cucumber #84B64A

Color information

#84B64A (or 0x84B64A) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, B6 and 4A. RGB value is (132,182,74). Sum of RGB (Red+Green+Blue) = 132+182+74=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 182 - color contains mainly: green. Hex color #84B64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B64A is #7B49B5. Grayscale: #9B9B9B. Windows color (decimal): -8079798 or 4896388. OLE color: 4896388.

HSL color Cylindrical-coordinate representation of color #84B64A: hue angle of 87.78º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #84B64A is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB13218274-
CMYK0.2700.590.29
HSL87.78º42.52%50.2%-
HSV(B)87.78º59.34%71.37%-
XYZ27.4838.8612.53-
YUV154.7482.44111.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.02%
GREEN value IS 182 (71.48% from 255) = 46.91%
BLUE value IS 74 (29.30% from 255) = 19.07%
R=34.02%
G=46.91%
B=19.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal132182740.2700.590.2987.7842.5250.2
Hex84B64A1B03B1D582b32
Octal20426611233073351305362
Binary10000100101101101001010110110111011111011011000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,182,74); }

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

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

 a { background-color: rgb(132,182,74); }

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

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

 span { border-color: rgb(132,182,74); }

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