#84A94F

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

Shades of Chelsea Cucumber #84A94F

Tints of Chelsea Cucumber #84A94F

Color information

#84A94F (or 0x84A94F) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, A9 and 4F. RGB value is (132,169,79). Sum of RGB (Red+Green+Blue) = 132+169+79=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 169 - color contains mainly: green. Hex color #84A94F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A94F is #7B56B0. Grayscale: #949494. Windows color (decimal): -8083121 or 5220740. OLE color: 5220740.

HSL color Cylindrical-coordinate representation of color #84A94F: hue angle of 84.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #84A94F is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB13216979-
CMYK0.2200.530.34
HSL84.67º36.29%48.63%-
HSV(B)84.67º53.25%66.27%-
XYZ25.1133.8512.61-
YUV147.6889.24116.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.74%
GREEN value IS 169 (66.41% from 255) = 44.47%
BLUE value IS 79 (31.25% from 255) = 20.79%
R=34.74%
G=44.47%
B=20.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal132169790.2200.530.3484.6736.2948.63
Hex84A94F1603522552431
Octal20425111726065421254461
Binary100001001010100110011111011001101011000101010101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,169,79); }

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

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

 a { background-color: rgb(132,169,79); }

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

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

 span { border-color: rgb(132,169,79); }

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