Html Css Color HEX #86C620 Yellow Green

📋 copy color: '#86C620'

red 134 ◦ green 198 ◦ blue 32

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

Shades of Yellow Green #86C620

Tints of Yellow Green #86C620

RGB

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

 GREEN value IS 198 (77.73% from 255) = 54.4%

 BLUE value IS 32 (12.89% from 255) = 8.79%

R = 36.81%
G = 54.4%
B = 8.79%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#86C620 (or 0x86C620) is known color: Yellow Green. HEX triplet: 86, C6 and 20. RGB value is (134,198,32). Sum of RGB (Red+Green+Blue) = 134+198+32=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 198 (77.73% from 255 or 54.40% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 198 - color contains mainly: green. Hex color #86C620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C620 is #7939DF. Grayscale: #A0A0A0. Windows color (decimal): -7944672 or 2147974. OLE color: 2147974.

HSL color Cylindrical-coordinate representation of color #86C620: hue angle of 83.13º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86C620 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 134 198 32 -
CMYK 0.32 0 0.84 0.22
HSL 83.13º 0.72% 0.45% -
HSV(B) 83.13º 0.84% 0.78% -
XYZ 30.29 45.56 8.56 -
YUV 159.94 55.8 109.5 -
System Red Green Blue C M Y K H S L
Decimal 134 198 32 0.32 0 0.84 0.22 83.13 0.72 0.45
Hex 86 C6 20 20 0 54 16 53 48 2D
Octal 206 306 40 40 0 124 26 123 110 55
Binary 10000110 11000110 100000 100000 0 1010100 10110 1010011 1001000 101101

Color Harmonies of #86C620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C620

Black with #86C620

Text Example


Text Example

White with #86C620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,198,32); }

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

background-color css

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

 a { background-color: rgb(134,198,32); }

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

border-color css

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

 span { border-color: rgb(134,198,32); }

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