Html Css Color HEX #86A465 Chelsea Cucumber

📋 copy color: '#86A465'

red 134 ◦ green 164 ◦ blue 101

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

Shades of Chelsea Cucumber #86A465

Tints of Chelsea Cucumber #86A465

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.1%

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

R = 33.58%
G = 41.1%
B = 25.31%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#86A465 (or 0x86A465) is known color: Chelsea Cucumber. HEX triplet: 86, A4 and 65. RGB value is (134,164,101). Sum of RGB (Red+Green+Blue) = 134+164+101=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 164 - color contains mainly: green. Hex color #86A465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A465 is #795B9A. Grayscale: #949494. Windows color (decimal): -7953307 or 6661254. OLE color: 6661254.

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

Color convert

RGB 134 164 101 -
CMYK 0.18 0 0.38 0.36
HSL 88.57º 0.26% 0.52% -
HSV(B) 88.57º 0.38% 0.64% -
XYZ 25.46 32.56 17.25 -
YUV 147.85 101.56 118.12 -
System Red Green Blue C M Y K H S L
Decimal 134 164 101 0.18 0 0.38 0.36 88.57 0.26 0.52
Hex 86 A4 65 12 0 26 24 59 1A 34
Octal 206 244 145 22 0 46 44 131 32 64
Binary 10000110 10100100 1100101 10010 0 100110 100100 1011001 11010 110100

Color Harmonies of #86A465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A465

Black with #86A465

Text Example


Text Example

White with #86A465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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