#84A14A

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

Shades of Chelsea Cucumber #84A14A

Tints of Chelsea Cucumber #84A14A

Color information

#84A14A (or 0x84A14A) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, A1 and 4A. RGB value is (132,161,74). Sum of RGB (Red+Green+Blue) = 132+161+74=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 161 - color contains mainly: green. Hex color #84A14A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A14A is #7B5EB5. Grayscale: #8E8E8E. Windows color (decimal): -8085174 or 4891012. OLE color: 4891012.

HSL color Cylindrical-coordinate representation of color #84A14A: hue angle of 80º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84A14A is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB13216174-
CMYK0.1800.540.37
HSL80º37.02%46.08%-
HSV(B)80º54.04%63.14%-
XYZ23.530.8911.2-
YUV142.4189.39120.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.97%
GREEN value IS 161 (63.28% from 255) = 43.87%
BLUE value IS 74 (29.30% from 255) = 20.16%
R=35.97%
G=43.87%
B=20.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal132161740.1800.540.378037.0246.08
Hex84A14A120362550252e
Octal20424111222066451204556
Binary100001001010000110010101001001101101001011010000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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