#84AE66

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

Shades of Chelsea Cucumber #84AE66

Tints of Chelsea Cucumber #84AE66

Color information

#84AE66 (or 0x84AE66) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, AE and 66. RGB value is (132,174,102). Sum of RGB (Red+Green+Blue) = 132+174+102=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 174 - color contains mainly: green. Hex color #84AE66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AE66 is #7B5199. Grayscale: #999999. Windows color (decimal): -8081818 or 6729348. OLE color: 6729348.

HSL color Cylindrical-coordinate representation of color #84AE66: hue angle of 95º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84AE66 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB132174102-
CMYK0.2400.410.32
HSL95º30.77%54.12%-
HSV(B)95º41.38%68.24%-
XYZ27.0536.1418.12-
YUV153.2399.09112.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.35%
GREEN value IS 174 (68.36% from 255) = 42.65%
BLUE value IS 102 (40.23% from 255) = 25%
R=32.35%
G=42.65%
B=25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321741020.2400.410.329530.7754.12
Hex84AE6618029205f1f36
Octal20425614630051401373766
Binary10000100101011101100110110000101001100000101111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,174,102); }

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

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

 a { background-color: rgb(132,174,102); }

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

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

 span { border-color: rgb(132,174,102); }

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