Html Css Color HEX #86AF61 Chelsea Cucumber

📋 copy color: '#86AF61'

red 134 ◦ green 175 ◦ blue 97

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

Shades of Chelsea Cucumber #86AF61

Tints of Chelsea Cucumber #86AF61

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.1%

 BLUE value IS 97 (38.28% from 255) = 23.89%

R = 33%
G = 43.1%
B = 23.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#86AF61 (or 0x86AF61) is known color: Chelsea Cucumber. HEX triplet: 86, AF and 61. RGB value is (134,175,97). Sum of RGB (Red+Green+Blue) = 134+175+97=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AF61 is #79509E. Grayscale: #9A9A9A. Windows color (decimal): -7950495 or 6401926. OLE color: 6401926.

HSL color Cylindrical-coordinate representation of color #86AF61: hue angle of 91.54º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86AF61 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 134 175 97 -
CMYK 0.23 0 0.45 0.31
HSL 91.54º 0.33% 0.53% -
HSV(B) 91.54º 0.45% 0.69% -
XYZ 27.32 36.59 16.93 -
YUV 153.85 95.92 113.84 -
System Red Green Blue C M Y K H S L
Decimal 134 175 97 0.23 0 0.45 0.31 91.54 0.33 0.53
Hex 86 AF 61 17 0 2D 1F 5C 21 35
Octal 206 257 141 27 0 55 37 134 41 65
Binary 10000110 10101111 1100001 10111 0 101101 11111 1011100 100001 110101

Color Harmonies of #86AF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AF61

Black with #86AF61

Text Example


Text Example

White with #86AF61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,175,97); }

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

background-color css

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

 a { background-color: rgb(134,175,97); }

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

border-color css

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

 span { border-color: rgb(134,175,97); }

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