Html Css Color HEX #86A85D Chelsea Cucumber

📋 copy color: '#86A85D'

red 134 ◦ green 168 ◦ blue 93

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

Shades of Chelsea Cucumber #86A85D

Tints of Chelsea Cucumber #86A85D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.53%

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

R = 33.92%
G = 42.53%
B = 23.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#86A85D (or 0x86A85D) is known color: Chelsea Cucumber. HEX triplet: 86, A8 and 5D. RGB value is (134,168,93). Sum of RGB (Red+Green+Blue) = 134+168+93=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 168 - color contains mainly: green. Hex color #86A85D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A85D is #7957A2. Grayscale: #959595. Windows color (decimal): -7952291 or 6137990. OLE color: 6137990.

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

Color convert

RGB 134 168 93 -
CMYK 0.20 0 0.45 0.34
HSL 87.2º 0.3% 0.51% -
HSV(B) 87.2º 0.45% 0.66% -
XYZ 25.81 33.86 15.53 -
YUV 149.28 96.24 117.1 -
System Red Green Blue C M Y K H S L
Decimal 134 168 93 0.20 0 0.45 0.34 87.2 0.3 0.51
Hex 86 A8 5D 14 0 2D 22 57 1E 33
Octal 206 250 135 24 0 55 42 127 36 63
Binary 10000110 10101000 1011101 10100 0 101101 100010 1010111 11110 110011

Color Harmonies of #86A85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A85D

Black with #86A85D

Text Example


Text Example

White with #86A85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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