Html Css Color HEX #86AF65 Chelsea Cucumber

📋 copy color: '#86AF65'

red 134 ◦ green 175 ◦ blue 101

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

Shades of Chelsea Cucumber #86AF65

Tints of Chelsea Cucumber #86AF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.63%

R = 32.68%
G = 42.68%
B = 24.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#86AF65 (or 0x86AF65) is known color: Chelsea Cucumber. HEX triplet: 86, AF and 65. RGB value is (134,175,101). Sum of RGB (Red+Green+Blue) = 134+175+101=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AF65 is #79509A. Grayscale: #9A9A9A. Windows color (decimal): -7950491 or 6664070. OLE color: 6664070.

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

Color convert

RGB 134 175 101 -
CMYK 0.23 0 0.42 0.31
HSL 93.24º 0.32% 0.54% -
HSV(B) 93.24º 0.42% 0.69% -
XYZ 27.51 36.67 17.94 -
YUV 154.31 97.92 113.52 -
System Red Green Blue C M Y K H S L
Decimal 134 175 101 0.23 0 0.42 0.31 93.24 0.32 0.54
Hex 86 AF 65 17 0 2A 1F 5D 20 36
Octal 206 257 145 27 0 52 37 135 40 66
Binary 10000110 10101111 1100101 10111 0 101010 11111 1011101 100000 110110

Color Harmonies of #86AF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AF65

Black with #86AF65

Text Example


Text Example

White with #86AF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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