#86A850

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

Shades of Chelsea Cucumber #86A850

Tints of Chelsea Cucumber #86A850

Color information

#86A850 (or 0x86A850) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, A8 and 50. RGB value is (134,168,80). Sum of RGB (Red+Green+Blue) = 134+168+80=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 168 - color contains mainly: green. Hex color #86A850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A850 is #7957AF. Grayscale: #949494. Windows color (decimal): -7952304 or 5286022. OLE color: 5286022.

HSL color Cylindrical-coordinate representation of color #86A850: hue angle of 83.18º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86A850 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.34.

Color convert

RGB13416880-
CMYK0.2000.520.34
HSL83.18º35.48%48.63%-
HSV(B)83.18º52.38%65.88%-
XYZ25.2833.6512.75-
YUV147.889.74118.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.08%
GREEN value IS 168 (66.02% from 255) = 43.98%
BLUE value IS 80 (31.64% from 255) = 20.94%
R=35.08%
G=43.98%
B=20.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal134168800.2000.520.3483.1835.4848.63
Hex86A8501403422532331
Octal20625012024064421234361
Binary100001101010100010100001010001101001000101010011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,168,80); }

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

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

 a { background-color: rgb(134,168,80); }

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

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

 span { border-color: rgb(134,168,80); }

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