Html Css Color HEX #86AE50 Chelsea Cucumber

📋 copy color: '#86AE50'

red 134 ◦ green 174 ◦ blue 80

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

Shades of Chelsea Cucumber #86AE50

Tints of Chelsea Cucumber #86AE50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.62%

R = 34.54%
G = 44.85%
B = 20.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#86AE50 (or 0x86AE50) is known color: Chelsea Cucumber. HEX triplet: 86, AE and 50. RGB value is (134,174,80). Sum of RGB (Red+Green+Blue) = 134+174+80=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 174 - color contains mainly: green. Hex color #86AE50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AE50 is #7951AF. Grayscale: #979797. Windows color (decimal): -7950768 or 5287558. OLE color: 5287558.

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

Color convert

RGB 134 174 80 -
CMYK 0.23 0 0.54 0.32
HSL 85.53º 0.37% 0.5% -
HSV(B) 85.53º 0.54% 0.68% -
XYZ 26.42 35.92 13.13 -
YUV 151.32 87.75 115.64 -
System Red Green Blue C M Y K H S L
Decimal 134 174 80 0.23 0 0.54 0.32 85.53 0.37 0.5
Hex 86 AE 50 17 0 36 20 56 25 32
Octal 206 256 120 27 0 66 40 126 45 62
Binary 10000110 10101110 1010000 10111 0 110110 100000 1010110 100101 110010

Color Harmonies of #86AE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AE50

Black with #86AE50

Text Example


Text Example

White with #86AE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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