Html Css Color HEX #86A55D Chelsea Cucumber

📋 copy color: '#86A55D'

red 134 ◦ green 165 ◦ blue 93

#86A55D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #86A55D

Tints of Chelsea Cucumber #86A55D

RGB

 RED value IS 134 (52.73% from 255) = 34.18%

 GREEN value IS 165 (64.84% from 255) = 42.09%

 BLUE value IS 93 (36.72% from 255) = 23.72%

R = 34.18%
G = 42.09%
B = 23.72%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#86A55D (or 0x86A55D) is known color: Chelsea Cucumber. HEX triplet: 86, A5 and 5D. RGB value is (134,165,93). Sum of RGB (Red+Green+Blue) = 134+165+93=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 165 - color contains mainly: green. Hex color #86A55D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A55D is #795AA2. Grayscale: #939393. Windows color (decimal): -7953059 or 6137222. OLE color: 6137222.

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

Color convert

RGB 134 165 93 -
CMYK 0.19 0 0.44 0.35
HSL 85.83º 0.29% 0.51% -
HSV(B) 85.83º 0.44% 0.65% -
XYZ 25.26 32.77 15.35 -
YUV 147.52 97.23 118.35 -
System Red Green Blue C M Y K H S L
Decimal 134 165 93 0.19 0 0.44 0.35 85.83 0.29 0.51
Hex 86 A5 5D 13 0 2C 23 56 1D 33
Octal 206 245 135 23 0 54 43 126 35 63
Binary 10000110 10100101 1011101 10011 0 101100 100011 1010110 11101 110011

Color Harmonies of #86A55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A55D

Black with #86A55D

Text Example


Text Example

White with #86A55D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86A55D;
 }
 .AnyTagClassName
 {
   color: #86A55D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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