#84AF5A

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

Shades of Chelsea Cucumber #84AF5A

Tints of Chelsea Cucumber #84AF5A

Color information

#84AF5A (or 0x84AF5A) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, AF and 5A. RGB value is (132,175,90). Sum of RGB (Red+Green+Blue) = 132+175+90=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AF5A is #7B50A5. Grayscale: #989898. Windows color (decimal): -8081574 or 5943172. OLE color: 5943172.

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

Color convert

RGB13217590-
CMYK0.2500.490.31
HSL90.35º34.69%51.96%-
HSV(B)90.35º48.57%68.63%-
XYZ26.6936.315.27-
YUV152.4592.75113.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.25%
GREEN value IS 175 (68.75% from 255) = 44.08%
BLUE value IS 90 (35.55% from 255) = 22.67%
R=33.25%
G=44.08%
B=22.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132175900.2500.490.3190.3534.6951.96
Hex84AF5A190311F5a2334
Octal20425713231061371324364
Binary10000100101011111011010110010110001111111011010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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