Html Css Color HEX #86A55F Chelsea Cucumber

📋 copy color: '#86A55F'

red 134 ◦ green 165 ◦ blue 95

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

Shades of Chelsea Cucumber #86A55F

Tints of Chelsea Cucumber #86A55F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.88%

 BLUE value IS 95 (37.5% from 255) = 24.11%

R = 34.01%
G = 41.88%
B = 24.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#86A55F (or 0x86A55F) is known color: Chelsea Cucumber. HEX triplet: 86, A5 and 5F. RGB value is (134,165,95). Sum of RGB (Red+Green+Blue) = 134+165+95=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 165 - color contains mainly: green. Hex color #86A55F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A55F is #795AA0. Grayscale: #939393. Windows color (decimal): -7953057 or 6268294. OLE color: 6268294.

HSL color Cylindrical-coordinate representation of color #86A55F: hue angle of 86.57º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86A55F is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 165 95 -
CMYK 0.19 0 0.42 0.35
HSL 86.57º 0.28% 0.51% -
HSV(B) 86.57º 0.42% 0.65% -
XYZ 25.35 32.8 15.82 -
YUV 147.75 98.23 118.19 -
System Red Green Blue C M Y K H S L
Decimal 134 165 95 0.19 0 0.42 0.35 86.57 0.28 0.51
Hex 86 A5 5F 13 0 2A 23 57 1C 33
Octal 206 245 137 23 0 52 43 127 34 63
Binary 10000110 10100101 1011111 10011 0 101010 100011 1010111 11100 110011

Color Harmonies of #86A55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A55F

Black with #86A55F

Text Example


Text Example

White with #86A55F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,165,95); }

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

background-color css

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

 a { background-color: rgb(134,165,95); }

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

border-color css

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

 span { border-color: rgb(134,165,95); }

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