Html Css Color HEX #86A257 Chelsea Cucumber

📋 copy color: '#86A257'

red 134 ◦ green 162 ◦ blue 87

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

Shades of Chelsea Cucumber #86A257

Tints of Chelsea Cucumber #86A257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.72%

R = 34.99%
G = 42.3%
B = 22.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#86A257 (or 0x86A257) is known color: Chelsea Cucumber. HEX triplet: 86, A2 and 57. RGB value is (134,162,87). Sum of RGB (Red+Green+Blue) = 134+162+87=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 87 (34.38% from 255 or 22.72% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #86A257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A257 is #795DA8. Grayscale: #919191. Windows color (decimal): -7953833 or 5743238. OLE color: 5743238.

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

Color convert

RGB 134 162 87 -
CMYK 0.17 0 0.46 0.36
HSL 82.4º 0.3% 0.49% -
HSV(B) 82.4º 0.46% 0.64% -
XYZ 24.47 31.6 13.83 -
YUV 145.08 95.22 120.1 -
System Red Green Blue C M Y K H S L
Decimal 134 162 87 0.17 0 0.46 0.36 82.4 0.3 0.49
Hex 86 A2 57 11 0 2E 24 52 1E 31
Octal 206 242 127 21 0 56 44 122 36 61
Binary 10000110 10100010 1010111 10001 0 101110 100100 1010010 11110 110001

Color Harmonies of #86A257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A257

Black with #86A257

Text Example


Text Example

White with #86A257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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