#84AF61

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

Shades of Chelsea Cucumber #84AF61

Tints of Chelsea Cucumber #84AF61

Color information

#84AF61 (or 0x84AF61) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, AF and 61. RGB value is (132,175,97). Sum of RGB (Red+Green+Blue) = 132+175+97=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AF61 is #7B509E. Grayscale: #999999. Windows color (decimal): -8081567 or 6401924. OLE color: 6401924.

HSL color Cylindrical-coordinate representation of color #84AF61: hue angle of 93.08º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84AF61 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB13217597-
CMYK0.2500.450.31
HSL93.08º32.77%53.33%-
HSV(B)93.08º44.57%68.63%-
XYZ2736.4316.92-
YUV153.2596.25112.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.67%
GREEN value IS 175 (68.75% from 255) = 43.32%
BLUE value IS 97 (38.28% from 255) = 24.01%
R=32.67%
G=43.32%
B=24.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132175970.2500.450.3193.0832.7753.33
Hex84AF611902D1F5d2135
Octal20425714131055371354165
Binary10000100101011111100001110010101101111111011101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,175,97); }

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

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

 a { background-color: rgb(132,175,97); }

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

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

 span { border-color: rgb(132,175,97); }

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