#84BA40

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

Shades of Chelsea Cucumber #84BA40

Tints of Chelsea Cucumber #84BA40

Color information

#84BA40 (or 0x84BA40) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, BA and 40. RGB value is (132,186,64). Sum of RGB (Red+Green+Blue) = 132+186+64=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BA40 is #7B45BF. Grayscale: #9C9C9C. Windows color (decimal): -8078784 or 4242052. OLE color: 4242052.

HSL color Cylindrical-coordinate representation of color #84BA40: hue angle of 86.56º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84BA40 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB13218664-
CMYK0.2900.660.27
HSL86.56º48.8%49.02%-
HSV(B)86.56º65.59%72.94%-
XYZ2840.3911.17-
YUV155.9576.11110.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.55%
GREEN value IS 186 (73.05% from 255) = 48.69%
BLUE value IS 64 (25.39% from 255) = 16.75%
R=34.55%
G=48.69%
B=16.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132186640.2900.660.2786.5648.849.02
Hex84BA401D0421B573131
Octal204272100350102331276161
Binary100001001011101010000001110101000010110111010111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,186,64); }

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

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

 a { background-color: rgb(132,186,64); }

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

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

 span { border-color: rgb(132,186,64); }

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