Html Css Color HEX #86A957 Chelsea Cucumber

📋 copy color: '#86A957'

red 134 ◦ green 169 ◦ blue 87

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

Shades of Chelsea Cucumber #86A957

Tints of Chelsea Cucumber #86A957

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.33%

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

R = 34.36%
G = 43.33%
B = 22.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#86A957 (or 0x86A957) is known color: Chelsea Cucumber. HEX triplet: 86, A9 and 57. RGB value is (134,169,87). Sum of RGB (Red+Green+Blue) = 134+169+87=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 169 (66.41% from 255 or 43.33% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 169 - color contains mainly: green. Hex color #86A957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A957 is #7956A8. Grayscale: #959595. Windows color (decimal): -7952041 or 5745030. OLE color: 5745030.

HSL color Cylindrical-coordinate representation of color #86A957: hue angle of 85.61º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86A957 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB 134 169 87 -
CMYK 0.21 0 0.49 0.34
HSL 85.61º 0.32% 0.5% -
HSV(B) 85.61º 0.49% 0.66% -
XYZ 25.74 34.13 14.25 -
YUV 149.19 92.9 117.17 -
System Red Green Blue C M Y K H S L
Decimal 134 169 87 0.21 0 0.49 0.34 85.61 0.32 0.5
Hex 86 A9 57 15 0 31 22 56 20 32
Octal 206 251 127 25 0 61 42 126 40 62
Binary 10000110 10101001 1010111 10101 0 110001 100010 1010110 100000 110010

Color Harmonies of #86A957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A957

Black with #86A957

Text Example


Text Example

White with #86A957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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