#84B44A

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

Shades of Chelsea Cucumber #84B44A

Tints of Chelsea Cucumber #84B44A

Color information

#84B44A (or 0x84B44A) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, B4 and 4A. RGB value is (132,180,74). Sum of RGB (Red+Green+Blue) = 132+180+74=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #84B44A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B44A is #7B4BB5. Grayscale: #999999. Windows color (decimal): -8080310 or 4895876. OLE color: 4895876.

HSL color Cylindrical-coordinate representation of color #84B44A: hue angle of 87.17º degrees, saturation: 0.42, 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 #84B44A is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB13218074-
CMYK0.2700.590.29
HSL87.17º41.73%49.8%-
HSV(B)87.17º58.89%70.59%-
XYZ27.0738.0412.39-
YUV153.5683.1112.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.20%
GREEN value IS 180 (70.70% from 255) = 46.63%
BLUE value IS 74 (29.30% from 255) = 19.17%
R=34.20%
G=46.63%
B=19.17%

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
Decimal132180740.2700.590.2987.1741.7349.8
Hex84B44A1B03B1D572a32
Octal20426411233073351275262
Binary10000100101101001001010110110111011111011010111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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