Html Css Color HEX #86AE65 Chelsea Cucumber

📋 copy color: '#86AE65'

red 134 ◦ green 174 ◦ blue 101

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

Shades of Chelsea Cucumber #86AE65

Tints of Chelsea Cucumber #86AE65

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.54%

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

R = 32.76%
G = 42.54%
B = 24.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#86AE65 (or 0x86AE65) is known color: Chelsea Cucumber. HEX triplet: 86, AE and 65. RGB value is (134,174,101). Sum of RGB (Red+Green+Blue) = 134+174+101=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 174 - color contains mainly: green. Hex color #86AE65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AE65 is #79519A. Grayscale: #999999. Windows color (decimal): -7950747 or 6663814. OLE color: 6663814.

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

Color convert

RGB 134 174 101 -
CMYK 0.23 0 0.42 0.32
HSL 92.88º 0.31% 0.54% -
HSV(B) 92.88º 0.42% 0.68% -
XYZ 27.32 36.28 17.87 -
YUV 153.72 98.25 113.94 -
System Red Green Blue C M Y K H S L
Decimal 134 174 101 0.23 0 0.42 0.32 92.88 0.31 0.54
Hex 86 AE 65 17 0 2A 20 5D 1F 36
Octal 206 256 145 27 0 52 40 135 37 66
Binary 10000110 10101110 1100101 10111 0 101010 100000 1011101 11111 110110

Color Harmonies of #86AE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AE65

Black with #86AE65

Text Example


Text Example

White with #86AE65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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