Html Css Color HEX #86AC65 Chelsea Cucumber

📋 copy color: '#86AC65'

red 134 ◦ green 172 ◦ blue 101

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

Shades of Chelsea Cucumber #86AC65

Tints of Chelsea Cucumber #86AC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.82%

R = 32.92%
G = 42.26%
B = 24.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#86AC65 (or 0x86AC65) is known color: Chelsea Cucumber. HEX triplet: 86, AC and 65. RGB value is (134,172,101). Sum of RGB (Red+Green+Blue) = 134+172+101=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AC65 is #79539A. Grayscale: #989898. Windows color (decimal): -7951259 or 6663302. OLE color: 6663302.

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

Color convert

RGB 134 172 101 -
CMYK 0.22 0 0.41 0.33
HSL 92.11º 0.3% 0.54% -
HSV(B) 92.11º 0.41% 0.67% -
XYZ 26.93 35.51 17.75 -
YUV 152.54 98.91 114.77 -
System Red Green Blue C M Y K H S L
Decimal 134 172 101 0.22 0 0.41 0.33 92.11 0.3 0.54
Hex 86 AC 65 16 0 29 21 5C 1E 36
Octal 206 254 145 26 0 51 41 134 36 66
Binary 10000110 10101100 1100101 10110 0 101001 100001 1011100 11110 110110

Color Harmonies of #86AC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AC65

Black with #86AC65

Text Example


Text Example

White with #86AC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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