Html Css Color HEX #86A45C Chelsea Cucumber

📋 copy color: '#86A45C'

red 134 ◦ green 164 ◦ blue 92

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

Shades of Chelsea Cucumber #86A45C

Tints of Chelsea Cucumber #86A45C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.59%

R = 34.36%
G = 42.05%
B = 23.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#86A45C (or 0x86A45C) is known color: Chelsea Cucumber. HEX triplet: 86, A4 and 5C. RGB value is (134,164,92). Sum of RGB (Red+Green+Blue) = 134+164+92=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 164 - color contains mainly: green. Hex color #86A45C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A45C is #795BA3. Grayscale: #939393. Windows color (decimal): -7953316 or 6071430. OLE color: 6071430.

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

Color convert

RGB 134 164 92 -
CMYK 0.18 0 0.44 0.36
HSL 85º 0.28% 0.5% -
HSV(B) 85º 0.44% 0.64% -
XYZ 25.04 32.39 15.06 -
YUV 146.82 97.06 118.85 -
System Red Green Blue C M Y K H S L
Decimal 134 164 92 0.18 0 0.44 0.36 85 0.28 0.5
Hex 86 A4 5C 12 0 2C 24 55 1C 32
Octal 206 244 134 22 0 54 44 125 34 62
Binary 10000110 10100100 1011100 10010 0 101100 100100 1010101 11100 110010

Color Harmonies of #86A45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A45C

Black with #86A45C

Text Example


Text Example

White with #86A45C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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