Html Css Color HEX #86A959 Chelsea Cucumber

📋 copy color: '#86A959'

red 134 ◦ green 169 ◦ blue 89

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

Shades of Chelsea Cucumber #86A959

Tints of Chelsea Cucumber #86A959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 22.7%

R = 34.18%
G = 43.11%
B = 22.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#86A959 (or 0x86A959) is known color: Chelsea Cucumber. HEX triplet: 86, A9 and 59. RGB value is (134,169,89). Sum of RGB (Red+Green+Blue) = 134+169+89=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 169 - color contains mainly: green. Hex color #86A959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A959 is #7956A6. Grayscale: #959595. Windows color (decimal): -7952039 or 5876102. OLE color: 5876102.

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

Color convert

RGB 134 169 89 -
CMYK 0.21 0 0.47 0.34
HSL 86.25º 0.32% 0.51% -
HSV(B) 86.25º 0.47% 0.66% -
XYZ 25.82 34.17 14.68 -
YUV 149.42 93.9 117 -
System Red Green Blue C M Y K H S L
Decimal 134 169 89 0.21 0 0.47 0.34 86.25 0.32 0.51
Hex 86 A9 59 15 0 2F 22 56 20 33
Octal 206 251 131 25 0 57 42 126 40 63
Binary 10000110 10101001 1011001 10101 0 101111 100010 1010110 100000 110011

Color Harmonies of #86A959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A959

Black with #86A959

Text Example


Text Example

White with #86A959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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