#86BC3E

Color #86BC3E Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #86BC3E

Tints of Yellow Green #86BC3E

Color information

#86BC3E (or 0x86BC3E) is unknown color: approx Yellow Green. HEX triplet: 86, BC and 3E. RGB value is (134,188,62). Sum of RGB (Red+Green+Blue) = 134+188+62=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 62 (24.61% from 255 or 16.15% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BC3E is #7943C1. Grayscale: #9D9D9D. Windows color (decimal): -7947202 or 4111494. OLE color: 4111494.

HSL color Cylindrical-coordinate representation of color #86BC3E: hue angle of 85.71º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86BC3E is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB13418862-
CMYK0.2900.670.26
HSL85.71º50.4%49.02%-
HSV(B)85.71º67.02%73.73%-
XYZ28.6841.3811.03-
YUV157.4974.11111.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.90%
GREEN value IS 188 (73.83% from 255) = 48.96%
BLUE value IS 62 (24.61% from 255) = 16.15%
R=34.90%
G=48.96%
B=16.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal134188620.2900.670.2685.7150.449.02
Hex86BC3E1D0431A563231
Octal20627476350103321266261
Binary10000110101111001111101110101000011110101010110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BC3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,188,62); }

 H1.HeaderClassName
 {
   color: #86BC3E;
 }
 .AnyTagClassName
 {
   color: #86BC3E;
 }
</style>
background-color css

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

 a { background-color: rgb(134,188,62); }

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

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

 span { border-color: rgb(134,188,62); }

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