Html Css Color HEX #86A65D Chelsea Cucumber

📋 copy color: '#86A65D'

red 134 ◦ green 166 ◦ blue 93

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

Shades of Chelsea Cucumber #86A65D

Tints of Chelsea Cucumber #86A65D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.24%

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

R = 34.1%
G = 42.24%
B = 23.66%

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

#86A65D (or 0x86A65D) is known color: Chelsea Cucumber. HEX triplet: 86, A6 and 5D. RGB value is (134,166,93). Sum of RGB (Red+Green+Blue) = 134+166+93=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 166 - color contains mainly: green. Hex color #86A65D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A65D is #7959A2. Grayscale: #949494. Windows color (decimal): -7952803 or 6137478. OLE color: 6137478.

HSL color Cylindrical-coordinate representation of color #86A65D: hue angle of 86.3º 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 #86A65D is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 166 93 -
CMYK 0.19 0 0.44 0.35
HSL 86.3º 0.29% 0.51% -
HSV(B) 86.3º 0.44% 0.65% -
XYZ 25.44 33.13 15.41 -
YUV 148.11 96.9 117.94 -
System Red Green Blue C M Y K H S L
Decimal 134 166 93 0.19 0 0.44 0.35 86.3 0.29 0.51
Hex 86 A6 5D 13 0 2C 23 56 1D 33
Octal 206 246 135 23 0 54 43 126 35 63
Binary 10000110 10100110 1011101 10011 0 101100 100011 1010110 11101 110011

Color Harmonies of #86A65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A65D

Black with #86A65D

Text Example


Text Example

White with #86A65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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