#86A554

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

Shades of Chelsea Cucumber #86A554

Tints of Chelsea Cucumber #86A554

Color information

#86A554 (or 0x86A554) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, A5 and 54. RGB value is (134,165,84). Sum of RGB (Red+Green+Blue) = 134+165+84=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 165 - color contains mainly: green. Hex color #86A554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A554 is #795AAB. Grayscale: #929292. Windows color (decimal): -7953068 or 5547398. OLE color: 5547398.

HSL color Cylindrical-coordinate representation of color #86A554: hue angle of 82.96º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86A554 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB13416584-
CMYK0.1900.490.35
HSL82.96º32.53%48.82%-
HSV(B)82.96º49.09%64.71%-
XYZ24.8932.6213.37-
YUV146.592.73119.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.99%
GREEN value IS 165 (64.84% from 255) = 43.08%
BLUE value IS 84 (33.20% from 255) = 21.93%
R=34.99%
G=43.08%
B=21.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal134165840.1900.490.3582.9632.5348.82
Hex86A5541303123532131
Octal20624512423061431234161
Binary100001101010010110101001001101100011000111010011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86A554; }

 p { color: rgb(134,165,84); }

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

<style>
 a { background-color: #86A554; }

 a { background-color: rgb(134,165,84); }

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

<style>
 span { border-color: #86A554; }

 span { border-color: rgb(134,165,84); }

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