Html Css Color HEX #86A25C Chelsea Cucumber

📋 copy color: '#86A25C'

red 134 ◦ green 162 ◦ blue 92

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

Shades of Chelsea Cucumber #86A25C

Tints of Chelsea Cucumber #86A25C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.75%

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

R = 34.54%
G = 41.75%
B = 23.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#86A25C (or 0x86A25C) is known color: Chelsea Cucumber. HEX triplet: 86, A2 and 5C. RGB value is (134,162,92). Sum of RGB (Red+Green+Blue) = 134+162+92=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 162 - color contains mainly: green. Hex color #86A25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A25C is #795DA3. Grayscale: #919191. Windows color (decimal): -7953828 or 6070918. OLE color: 6070918.

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

Color convert

RGB 134 162 92 -
CMYK 0.17 0 0.43 0.36
HSL 84º 0.28% 0.5% -
HSV(B) 84º 0.43% 0.64% -
XYZ 24.68 31.68 14.94 -
YUV 145.65 97.72 119.69 -
System Red Green Blue C M Y K H S L
Decimal 134 162 92 0.17 0 0.43 0.36 84 0.28 0.5
Hex 86 A2 5C 11 0 2B 24 54 1C 32
Octal 206 242 134 21 0 53 44 124 34 62
Binary 10000110 10100010 1011100 10001 0 101011 100100 1010100 11100 110010

Color Harmonies of #86A25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A25C

Black with #86A25C

Text Example


Text Example

White with #86A25C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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