Html Css Color HEX #86AC50 Chelsea Cucumber

📋 copy color: '#86AC50'

red 134 ◦ green 172 ◦ blue 80

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

Shades of Chelsea Cucumber #86AC50

Tints of Chelsea Cucumber #86AC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.56%

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

R = 34.72%
G = 44.56%
B = 20.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#86AC50 (or 0x86AC50) is known color: Chelsea Cucumber. HEX triplet: 86, AC and 50. RGB value is (134,172,80). Sum of RGB (Red+Green+Blue) = 134+172+80=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AC50 is #7953AF. Grayscale: #969696. Windows color (decimal): -7951280 or 5287046. OLE color: 5287046.

HSL color Cylindrical-coordinate representation of color #86AC50: hue angle of 84.78º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86AC50 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 172 80 -
CMYK 0.22 0 0.53 0.33
HSL 84.78º 0.37% 0.49% -
HSV(B) 84.78º 0.53% 0.67% -
XYZ 26.03 35.15 13 -
YUV 150.15 88.41 116.48 -
System Red Green Blue C M Y K H S L
Decimal 134 172 80 0.22 0 0.53 0.33 84.78 0.37 0.49
Hex 86 AC 50 16 0 35 21 55 25 31
Octal 206 254 120 26 0 65 41 125 45 61
Binary 10000110 10101100 1010000 10110 0 110101 100001 1010101 100101 110001

Color Harmonies of #86AC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AC50

Black with #86AC50

Text Example


Text Example

White with #86AC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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