Html Css Color HEX #86A855 Chelsea Cucumber

📋 copy color: '#86A855'

red 134 ◦ green 168 ◦ blue 85

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

Shades of Chelsea Cucumber #86A855

Tints of Chelsea Cucumber #86A855

RGB

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

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

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

R = 34.63%
G = 43.41%
B = 21.96%

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

#86A855 (or 0x86A855) is known color: Chelsea Cucumber. HEX triplet: 86, A8 and 55. RGB value is (134,168,85). Sum of RGB (Red+Green+Blue) = 134+168+85=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 168 - color contains mainly: green. Hex color #86A855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A855 is #7957AA. Grayscale: #949494. Windows color (decimal): -7952299 or 5613702. OLE color: 5613702.

HSL color Cylindrical-coordinate representation of color #86A855: hue angle of 84.58º degrees, saturation: 0.33, 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 #86A855 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB 134 168 85 -
CMYK 0.20 0 0.49 0.34
HSL 84.58º 0.33% 0.5% -
HSV(B) 84.58º 0.49% 0.66% -
XYZ 25.47 33.73 13.76 -
YUV 148.37 92.24 117.75 -
System Red Green Blue C M Y K H S L
Decimal 134 168 85 0.20 0 0.49 0.34 84.58 0.33 0.5
Hex 86 A8 55 14 0 31 22 55 21 32
Octal 206 250 125 24 0 61 42 125 41 62
Binary 10000110 10101000 1010101 10100 0 110001 100010 1010101 100001 110010

Color Harmonies of #86A855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A855

Black with #86A855

Text Example


Text Example

White with #86A855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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