#86A35A

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

Shades of Chelsea Cucumber #86A35A

Tints of Chelsea Cucumber #86A35A

Color information

#86A35A (or 0x86A35A) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, A3 and 5A. RGB value is (134,163,90). Sum of RGB (Red+Green+Blue) = 134+163+90=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 163 - color contains mainly: green. Hex color #86A35A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A35A is #795CA5. Grayscale: #929292. Windows color (decimal): -7953574 or 5940102. OLE color: 5940102.

HSL color Cylindrical-coordinate representation of color #86A35A: hue angle of 83.84º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86A35A is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB13416390-
CMYK0.1800.450.36
HSL83.84º28.85%49.61%-
HSV(B)83.84º44.79%63.92%-
XYZ24.773214.54-
YUV146.0196.39119.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.63%
GREEN value IS 163 (64.06% from 255) = 42.12%
BLUE value IS 90 (35.55% from 255) = 23.26%
R=34.63%
G=42.12%
B=23.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal134163900.1800.450.3683.8428.8549.61
Hex86A35A1202D24541d32
Octal20624313222055441243562
Binary10000110101000111011010100100101101100100101010011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,163,90); }

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

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

 a { background-color: rgb(134,163,90); }

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

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

 span { border-color: rgb(134,163,90); }

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