Html Css Color HEX #86A655 Chelsea Cucumber

📋 copy color: '#86A655'

red 134 ◦ green 166 ◦ blue 85

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

Shades of Chelsea Cucumber #86A655

Tints of Chelsea Cucumber #86A655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.08%

R = 34.81%
G = 43.12%
B = 22.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#86A655 (or 0x86A655) is known color: Chelsea Cucumber. HEX triplet: 86, A6 and 55. RGB value is (134,166,85). Sum of RGB (Red+Green+Blue) = 134+166+85=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 166 - color contains mainly: green. Hex color #86A655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A655 is #7959AA. Grayscale: #939393. Windows color (decimal): -7952811 or 5613190. OLE color: 5613190.

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

Color convert

RGB 134 166 85 -
CMYK 0.19 0 0.49 0.35
HSL 83.7º 0.32% 0.49% -
HSV(B) 83.7º 0.49% 0.65% -
XYZ 25.11 33 13.64 -
YUV 147.2 92.9 118.59 -
System Red Green Blue C M Y K H S L
Decimal 134 166 85 0.19 0 0.49 0.35 83.7 0.32 0.49
Hex 86 A6 55 13 0 31 23 54 20 31
Octal 206 246 125 23 0 61 43 124 40 61
Binary 10000110 10100110 1010101 10011 0 110001 100011 1010100 100000 110001

Color Harmonies of #86A655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A655

Black with #86A655

Text Example


Text Example

White with #86A655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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