Html Css Color HEX #86A368 Chelsea Cucumber

📋 copy color: '#86A368'

red 134 ◦ green 163 ◦ blue 104

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

Shades of Chelsea Cucumber #86A368

Tints of Chelsea Cucumber #86A368

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.65%

 BLUE value IS 104 (41.02% from 255) = 25.94%

R = 33.42%
G = 40.65%
B = 25.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#86A368 (or 0x86A368) is known color: Chelsea Cucumber. HEX triplet: 86, A3 and 68. RGB value is (134,163,104). Sum of RGB (Red+Green+Blue) = 134+163+104=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 163 - color contains mainly: green. Hex color #86A368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A368 is #795C97. Grayscale: #939393. Windows color (decimal): -7953560 or 6857606. OLE color: 6857606.

HSL color Cylindrical-coordinate representation of color #86A368: hue angle of 89.49º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86A368 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 134 163 104 -
CMYK 0.18 0 0.36 0.36
HSL 89.49º 0.24% 0.52% -
HSV(B) 89.49º 0.36% 0.64% -
XYZ 25.43 32.26 17.98 -
YUV 147.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 134 163 104 0.18 0 0.36 0.36 89.49 0.24 0.52
Hex 86 A3 68 12 0 24 24 59 18 34
Octal 206 243 150 22 0 44 44 131 30 64
Binary 10000110 10100011 1101000 10010 0 100100 100100 1011001 11000 110100

Color Harmonies of #86A368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A368

Black with #86A368

Text Example


Text Example

White with #86A368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,163,104); }

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

background-color css

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

 a { background-color: rgb(134,163,104); }

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

border-color css

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

 span { border-color: rgb(134,163,104); }

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