#84BA46

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

Shades of Chelsea Cucumber #84BA46

Tints of Chelsea Cucumber #84BA46

Color information

#84BA46 (or 0x84BA46) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, BA and 46. RGB value is (132,186,70). Sum of RGB (Red+Green+Blue) = 132+186+70=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BA46 is #7B45B9. Grayscale: #9D9D9D. Windows color (decimal): -8078778 or 4635268. OLE color: 4635268.

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

Color convert

RGB13218670-
CMYK0.2900.620.27
HSL87.93º45.67%50.2%-
HSV(B)87.93º62.37%72.94%-
XYZ28.1840.4712.12-
YUV156.6379.11110.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.02%
GREEN value IS 186 (73.05% from 255) = 47.94%
BLUE value IS 70 (27.73% from 255) = 18.04%
R=34.02%
G=47.94%
B=18.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132186700.2900.620.2787.9345.6750.2
Hex84BA461D03E1B582e32
Octal20427210635076331305662
Binary10000100101110101000110111010111110110111011000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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