Html Css Color HEX #86AC64 Chelsea Cucumber

📋 copy color: '#86AC64'

red 134 ◦ green 172 ◦ blue 100

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

Shades of Chelsea Cucumber #86AC64

Tints of Chelsea Cucumber #86AC64

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.36%

 BLUE value IS 100 (39.45% from 255) = 24.63%

R = 33%
G = 42.36%
B = 24.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#86AC64 (or 0x86AC64) is known color: Chelsea Cucumber. HEX triplet: 86, AC and 64. RGB value is (134,172,100). Sum of RGB (Red+Green+Blue) = 134+172+100=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AC64 is #79539B. Grayscale: #989898. Windows color (decimal): -7951260 or 6597766. OLE color: 6597766.

HSL color Cylindrical-coordinate representation of color #86AC64: hue angle of 91.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86AC64 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 172 100 -
CMYK 0.22 0 0.42 0.33
HSL 91.67º 0.3% 0.53% -
HSV(B) 91.67º 0.42% 0.67% -
XYZ 26.88 35.49 17.49 -
YUV 152.43 98.41 114.85 -
System Red Green Blue C M Y K H S L
Decimal 134 172 100 0.22 0 0.42 0.33 91.67 0.3 0.53
Hex 86 AC 64 16 0 2A 21 5C 1E 35
Octal 206 254 144 26 0 52 41 134 36 65
Binary 10000110 10101100 1100100 10110 0 101010 100001 1011100 11110 110101

Color Harmonies of #86AC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AC64

Black with #86AC64

Text Example


Text Example

White with #86AC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,172,100); }

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

background-color css

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

 a { background-color: rgb(134,172,100); }

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

border-color css

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

 span { border-color: rgb(134,172,100); }

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