#84AA66

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

Shades of Chelsea Cucumber #84AA66

Tints of Chelsea Cucumber #84AA66

Color information

#84AA66 (or 0x84AA66) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, AA and 66. RGB value is (132,170,102). Sum of RGB (Red+Green+Blue) = 132+170+102=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AA66 is #7B5599. Grayscale: #979797. Windows color (decimal): -8082842 or 6728324. OLE color: 6728324.

HSL color Cylindrical-coordinate representation of color #84AA66: hue angle of 93.53º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84AA66 is Cyan = 0.22, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB132170102-
CMYK0.2200.40.33
HSL93.53º28.57%53.33%-
HSV(B)93.53º40%66.67%-
XYZ26.2934.6117.87-
YUV150.89100.41114.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.67%
GREEN value IS 170 (66.80% from 255) = 42.08%
BLUE value IS 102 (40.23% from 255) = 25.25%
R=32.67%
G=42.08%
B=25.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321701020.2200.40.3393.5328.5753.33
Hex84AA6616028215e1d35
Octal20425214626050411363565
Binary10000100101010101100110101100101000100001101111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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