Html Css Color HEX #86A856 Chelsea Cucumber

📋 copy color: '#86A856'

red 134 ◦ green 168 ◦ blue 86

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

Shades of Chelsea Cucumber #86A856

Tints of Chelsea Cucumber #86A856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.16%

R = 34.54%
G = 43.3%
B = 22.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#86A856 (or 0x86A856) is known color: Chelsea Cucumber. HEX triplet: 86, A8 and 56. RGB value is (134,168,86). Sum of RGB (Red+Green+Blue) = 134+168+86=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 168 - color contains mainly: green. Hex color #86A856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A856 is #7957A9. Grayscale: #949494. Windows color (decimal): -7952298 or 5679238. OLE color: 5679238.

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

Color convert

RGB 134 168 86 -
CMYK 0.20 0 0.49 0.34
HSL 84.88º 0.32% 0.5% -
HSV(B) 84.88º 0.49% 0.66% -
XYZ 25.51 33.75 13.97 -
YUV 148.49 92.74 117.67 -
System Red Green Blue C M Y K H S L
Decimal 134 168 86 0.20 0 0.49 0.34 84.88 0.32 0.5
Hex 86 A8 56 14 0 31 22 55 20 32
Octal 206 250 126 24 0 61 42 125 40 62
Binary 10000110 10101000 1010110 10100 0 110001 100010 1010101 100000 110010

Color Harmonies of #86A856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A856

Black with #86A856

Text Example


Text Example

White with #86A856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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